Searched refs:TCG_REG_A0 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.h | 40 TCG_REG_A0, enumerator
|
H A D | tcg-target.c.inc | 119 TCG_REG_A0, 123 TCG_REG_A0, 1334 tcg_out_ext32u(s, TCG_REG_A0, base); 1335 base = TCG_REG_A0; 1339 tcg_out_opc_imm(s, ALIAS_PADDI, TCG_REG_A0, base, guest_base); 1341 tcg_out_opc_reg(s, ALIAS_PADD, TCG_REG_A0, base, 1344 base = TCG_REG_A0; 2594 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_A0);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.h | 44 TCG_REG_A0, enumerator
|
H A D | tcg-target.c.inc | 136 TCG_REG_A0, 149 TCG_REG_A0, 163 return TCG_REG_A0 + slot; 1228 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_A0, a0); 2441 tcg_out_mov(s, TCG_TYPE_REG, TCG_REG_A0, TCG_REG_ZERO);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 37 TCG_REG_S0, TCG_REG_S1, TCG_REG_A0, TCG_REG_A1, enumerator
|
H A D | tcg-target.c.inc | 71 TCG_REG_A0, 92 TCG_REG_A0, 106 return TCG_REG_A0 + slot; 1922 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_A0, a0); 2821 tcg_out_mov(s, TCG_TYPE_REG, TCG_REG_A0, TCG_REG_ZERO);
|