Searched refs:TCG_GUEST_BASE_REG (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 56 TCG_GUEST_BASE_REG = TCG_REG_S1, enumerator
|
H A D | tcg-target.c.inc | 1802 TCG_GUEST_BASE_REG); 1805 TCG_GUEST_BASE_REG); 1808 tcg_out_opc_reg(s, OPC_ADD, base, base, TCG_GUEST_BASE_REG); 2811 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base); 2812 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 82 # define TCG_GUEST_BASE_REG TCG_REG_I5 966 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, 968 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG); 1149 h->base = guest_base ? TCG_GUEST_BASE_REG : TCG_REG_G0;
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 166 #define TCG_GUEST_BASE_REG TCG_REG_S1 1064 h->index = guest_base ? TCG_GUEST_BASE_REG : TCG_REG_ZERO; 2431 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base); 2432 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 81 #define TCG_GUEST_BASE_REG TCG_REG_S7 1342 TCG_GUEST_BASE_REG); 2426 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base, 2428 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 52 #define TCG_GUEST_BASE_REG TCG_REG_R13 1957 h->index = TCG_GUEST_BASE_REG; 3569 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base); 3570 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 112 #define TCG_GUEST_BASE_REG TCG_REG_R30 2617 h->base = guest_base ? TCG_GUEST_BASE_REG : 0; 2854 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base, true); 2855 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
|