Lines Matching refs:reg_to_temp
782 s->reg_to_temp[i] = -1; in tcg_reg_alloc_start()
1408 if (s->reg_to_temp[i] >= 0) { in dump_regs()
1411 tcg_get_arg_str_idx(s, buf, sizeof(buf), s->reg_to_temp[i])); in dump_regs()
1423 k = s->reg_to_temp[reg]; in check_regs()
1438 s->reg_to_temp[ts->reg] != k) { in check_regs()
1469 temp = s->reg_to_temp[reg]; in tcg_reg_free()
1479 s->reg_to_temp[reg] = -1; in tcg_reg_free()
1494 if (tcg_regset_test_reg(reg_ct, reg) && s->reg_to_temp[reg] == -1) in tcg_reg_alloc()
1568 s->reg_to_temp[ts->reg] = -1; in tcg_reg_alloc_bb_end()
1594 s->reg_to_temp[ots->reg] = -1; in tcg_reg_alloc_movi()
1617 s->reg_to_temp[ots->reg] = -1; in tcg_reg_alloc_mov()
1619 s->reg_to_temp[reg] = -1; in tcg_reg_alloc_mov()
1645 s->reg_to_temp[ots->reg] = -1; in tcg_reg_alloc_mov()
1653 s->reg_to_temp[reg] = args[0]; in tcg_reg_alloc_mov()
1693 s->reg_to_temp[reg] = arg; in tcg_reg_alloc_op()
1707 s->reg_to_temp[reg] = arg; in tcg_reg_alloc_op()
1751 s->reg_to_temp[ts->reg] = -1; in tcg_reg_alloc_op()
1794 s->reg_to_temp[ts->reg] = -1; in tcg_reg_alloc_op()
1800 s->reg_to_temp[reg] = arg; in tcg_reg_alloc_op()
1956 s->reg_to_temp[ts->reg] = -1; in tcg_reg_alloc_call()
1986 assert(s->reg_to_temp[reg] == -1); in tcg_reg_alloc_call()
1993 s->reg_to_temp[ts->reg] = -1; in tcg_reg_alloc_call()
1997 s->reg_to_temp[reg] = arg; in tcg_reg_alloc_call()
2137 s->reg_to_temp[ts->reg] = -1; in tcg_gen_code_common()