Searched refs:indirect_reg_alloc_order (Results 1 – 1 of 1) sorted by relevance
1798 static int indirect_reg_alloc_order[ARRAY_SIZE(tcg_target_reg_alloc_order)]; variable1831 indirect_reg_alloc_order[i] = tcg_target_reg_alloc_order[n - 1 - i]; in tcg_context_init()1834 indirect_reg_alloc_order[i] = tcg_target_reg_alloc_order[i]; in tcg_context_init()4773 order = rev ? indirect_reg_alloc_order : tcg_target_reg_alloc_order; in tcg_reg_alloc()4832 order = rev ? indirect_reg_alloc_order : tcg_target_reg_alloc_order; in tcg_reg_alloc_pair()