Searched refs:TCG_GUEST_BASE_REG (Results 1 – 7 of 7) sorted by relevance
/qemu/tcg/riscv/ |
H A D | tcg-target.h | 54 TCG_GUEST_BASE_REG = TCG_REG_S1, enumerator
|
H A D | tcg-target.c.inc | 1780 TCG_GUEST_BASE_REG); 1783 TCG_GUEST_BASE_REG); 1786 tcg_out_opc_reg(s, OPC_ADD, base, base, TCG_GUEST_BASE_REG); 2958 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base); 2959 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 88 # define TCG_GUEST_BASE_REG TCG_REG_I5 994 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, 996 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG); 1177 h->base = guest_base ? TCG_GUEST_BASE_REG : TCG_REG_G0;
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 174 #define TCG_GUEST_BASE_REG TCG_REG_S1 1121 h->index = guest_base ? TCG_GUEST_BASE_REG : TCG_REG_ZERO; 2633 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base); 2634 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 92 #define TCG_GUEST_BASE_REG TCG_REG_S7 1281 TCG_GUEST_BASE_REG); 2591 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base, 2593 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 59 #define TCG_GUEST_BASE_REG TCG_REG_R13 2076 h->index = TCG_GUEST_BASE_REG; 3801 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base); 3802 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 111 #define TCG_GUEST_BASE_REG TCG_REG_R30 2537 h->base = guest_base ? TCG_GUEST_BASE_REG : 0; 2826 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base, true); 2827 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|