Searched refs:indirect_reg_alloc_order (Results 1 – 1 of 1) sorted by relevance
1295 static int indirect_reg_alloc_order[ARRAY_SIZE(tcg_target_reg_alloc_order)]; variable1348 indirect_reg_alloc_order[i] = tcg_target_reg_alloc_order[n - 1 - i]; in tcg_context_init()1351 indirect_reg_alloc_order[i] = tcg_target_reg_alloc_order[i]; in tcg_context_init()4335 order = rev ? indirect_reg_alloc_order : tcg_target_reg_alloc_order; in tcg_reg_alloc()4394 order = rev ? indirect_reg_alloc_order : tcg_target_reg_alloc_order; in tcg_reg_alloc_pair()