Searched refs:reg_to_temp (Results 1 – 2 of 2) sorted by relevance
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()[all …]
294 int reg_to_temp[TCG_TARGET_NB_REGS]; member