Searched refs:TCG_GUEST_BASE_REG (Results 1 - 3 of 3) sorted by relevance

/external/qemu/tcg/hppa/
H A Dtcg-target.c38 #define TCG_GUEST_BASE_REG TCG_REG_R16 macro
40 #define TCG_GUEST_BASE_REG TCG_REG_R0 macro
1088 (GUEST_BASE ? TCG_GUEST_BASE_REG : TCG_REG_R0), opc);
1216 tcg_out_arith(s, TCG_REG_R31, addrlo_reg, TCG_GUEST_BASE_REG, INSN_ADDL);
1633 tcg_out_movi(s, TCG_TYPE_PTR, TCG_GUEST_BASE_REG, GUEST_BASE);
1634 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
/external/qemu/tcg/ppc/
H A Dtcg-target.c45 #define TCG_GUEST_BASE_REG 30 macro
47 #define TCG_GUEST_BASE_REG 0 macro
656 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
855 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
937 tcg_out_movi (s, TCG_TYPE_I32, TCG_GUEST_BASE_REG, GUEST_BASE);
938 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c44 #define TCG_GUEST_BASE_REG 30 macro
46 #define TCG_GUEST_BASE_REG 0 macro
695 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
823 rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
903 tcg_out_movi (s, TCG_TYPE_I64, TCG_GUEST_BASE_REG, GUEST_BASE);
904 tcg_regset_set_reg(s->reserved_regs, TCG_GUEST_BASE_REG);

Completed in 113 milliseconds