Searched refs:indirect_reg_alloc_order (Results 1 – 1 of 1) sorted by relevance
1797 static int indirect_reg_alloc_order[ARRAY_SIZE(tcg_target_reg_alloc_order)]; variable1830 indirect_reg_alloc_order[i] = tcg_target_reg_alloc_order[n - 1 - i]; in tcg_context_init()1833 indirect_reg_alloc_order[i] = tcg_target_reg_alloc_order[i]; in tcg_context_init()4772 order = rev ? indirect_reg_alloc_order : tcg_target_reg_alloc_order; in tcg_reg_alloc()4831 order = rev ? indirect_reg_alloc_order : tcg_target_reg_alloc_order; in tcg_reg_alloc_pair()