Home
last modified time | relevance | path

Searched refs:TCG_GUEST_BASE_REG (Results 1 – 7 of 7) sorted by relevance

/qemu/tcg/riscv/
H A Dtcg-target.h68 TCG_GUEST_BASE_REG = TCG_REG_S1, enumerator
H A Dtcg-target.c.inc1337 TCG_GUEST_BASE_REG);
1340 TCG_GUEST_BASE_REG);
1343 tcg_out_opc_reg(s, OPC_ADD, base, base, TCG_GUEST_BASE_REG);
2085 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base);
2086 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc82 # 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;
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc166 #define TCG_GUEST_BASE_REG TCG_REG_S1
1049 h->index = guest_base ? TCG_GUEST_BASE_REG : TCG_REG_ZERO;
2347 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base);
2348 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
/qemu/tcg/mips/
H A Dtcg-target.c.inc81 #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);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc50 #define TCG_GUEST_BASE_REG TCG_REG_R13
1944 h->index = TCG_GUEST_BASE_REG;
3546 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base);
3547 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
/qemu/tcg/ppc/
H A Dtcg-target.c.inc112 #define TCG_GUEST_BASE_REG TCG_REG_R30
2616 h->base = guest_base ? TCG_GUEST_BASE_REG : 0;
2853 tcg_out_movi_int(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, guest_base, true);
2854 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);