/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.h | 145 TCG_AREG0 = TCG_REG_R14, enumerator
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.h | 71 TCG_AREG0 = TCG_REG_R6, enumerator
|
H A D | tcg-target.c.inc | 1453 tcg_out_ldrd_8(s, COND_AL, TCG_REG_R0, TCG_AREG0, fast_off); 2975 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.h | 154 #define TCG_AREG0 TCG_REG_I0 macro
|
H A D | tcg-target.c.inc | 1090 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_T2, TCG_AREG0, mask_off); 1091 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_T3, TCG_AREG0, table_off);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.h | 70 TCG_AREG0 = TCG_REG_S8, enumerator
|
H A D | tcg-target.c.inc | 1241 tcg_out_ld(s, TCG_TYPE_PTR, TCG_TMP0, TCG_AREG0, mask_off); 1242 tcg_out_ld(s, TCG_TYPE_PTR, TCG_TMP1, TCG_AREG0, table_off); 2297 TCG_REG_S8, /* used for the global env (TCG_AREG0) */ 2438 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.h | 83 TCG_AREG0 = TCG_REG_S0, enumerator
|
H A D | tcg-target.c.inc | 106 /* TCG_REG_S0 reserved for TCG_AREG0 */ 1007 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_AREG0, mask_ofs); 1008 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP1, TCG_AREG0, table_ofs); 2391 TCG_REG_S0, /* used for the global env (TCG_AREG0) */ 2436 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.h | 47 TCG_AREG0 = TCG_REG_X19, enumerator
|
H A D | tcg-target.c.inc | 1775 tcg_out_insn(s, 3314, LDP, TCG_REG_TMP0, TCG_REG_TMP1, TCG_AREG0, 3246 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.h | 55 TCG_AREG0 = TCG_REG_R27 enumerator
|
H A D | tcg-target.c.inc | 2483 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP1, TCG_AREG0, mask_off); 2484 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_AREG0, table_off); 2858 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.h | 48 TCG_AREG0 = TCG_REG_R10, enumerator
|
H A D | tcg-target.c.inc | 1890 tcg_out_insn(s, RXY, NG, TCG_TMP0, TCG_AREG0, TCG_REG_NONE, mask_off); 1891 tcg_out_insn(s, RXY, AG, TCG_TMP0, TCG_AREG0, TCG_REG_NONE, table_off); 3573 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 55 TCG_AREG0 = TCG_REG_S0, enumerator
|
H A D | tcg-target.c.inc | 48 /* TCG_REG_S0 reserved for TCG_AREG0 */ 1727 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_AREG0, mask_ofs); 1728 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP1, TCG_AREG0, table_ofs); 2769 TCG_REG_S0, /* used for the global env (TCG_AREG0) */ 2816 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.h | 89 TCG_AREG0 = TCG_REG_EBP, enumerator
|
H A D | tcg-target.c.inc | 2192 tcg_out_modrm_offset(s, OPC_AND_GvEv + trexw, TCG_REG_L0, TCG_AREG0, 2195 tcg_out_modrm_offset(s, OPC_ADD_GvEv + hrexw, TCG_REG_L0, TCG_AREG0, 4377 tcg_out_ld(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_ESP, 4385 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 368 regs[TCG_AREG0] = (tcg_target_ulong)env; in tcg_qemu_tb_exec() 1035 QEMU_BUILD_BUG_ON(TCG_AREG0 != TCG_REG_R14); in str_r()
|
H A D | tcg.c | 1370 tcg_debug_assert(!tcg_regset_test_reg(s->reserved_regs, TCG_AREG0)); in tcg_context_init() 1371 ts = tcg_global_reg_new_internal(s, TCG_TYPE_PTR, TCG_AREG0, "env"); in tcg_context_init() 5713 ptr_mov.src = TCG_AREG0; in tcg_out_helper_load_common_args()
|