Searched refs:TCG_REG_T3 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.h | 47 TCG_REG_T3, enumerator
|
H A D | tcg-target.c.inc | 112 TCG_REG_T3, 131 TCG_REG_T3, 2601 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T3);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.h | 55 TCG_REG_T3, enumerator
|
H A D | tcg-target.c.inc | 121 TCG_REG_T3,
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 79 #define TCG_REG_T3 TCG_REG_O7 488 tcg_debug_assert(ret != TCG_REG_T3); 489 tcg_out_movi_int(s, type, ret, arg, false, TCG_REG_T3); 1091 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_T3, TCG_AREG0, table_off); 1099 tcg_out_arith(s, TCG_REG_T1, TCG_REG_T1, TCG_REG_T3, ARITH_ADD); 1113 tcg_out_arithi(s, TCG_REG_T3, addr_reg, compare_mask, ARITH_AND); 1115 tcg_out_movi_s32(s, TCG_REG_T3, compare_mask); 1116 tcg_out_arith(s, TCG_REG_T3, addr_reg, TCG_REG_T3, ARITH_AND); 1118 tcg_out_cmp(s, TCG_COND_NE, TCG_REG_T2, TCG_REG_T3, 0); 1669 tcg_regset_set_reg(s->reserved_regs, TCG_REG_T3); /* for internal use */
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 42 TCG_REG_T3, TCG_REG_T4, TCG_REG_T5, TCG_REG_T6, enumerator
|
H A D | tcg-target.c.inc | 65 TCG_REG_T3,
|