Searched refs:TCG_REG_RDI (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/x86_64/ |
D | tcg-target.h | 39 TCG_REG_RDI, enumerator
|
D | tcg-target.c | 60 TCG_REG_RDI, 65 TCG_REG_RDI, 141 tcg_regset_set_reg(ct->u.regs, TCG_REG_RDI); in target_parse_constraint() 155 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RDI); in target_parse_constraint() 571 r0 = TCG_REG_RDI; in tcg_out_qemu_ld() 766 r0 = TCG_REG_RDI; in tcg_out_qemu_st() 1308 tcg_out_modrm(s, 0xff, 4, TCG_REG_RDI); /* jmp *%rdi */ in tcg_target_qemu_prologue() 1436 (1 << TCG_REG_RDI) | in tcg_target_init()
|
/external/qemu/tcg/i386/ |
D | tcg-target.h | 66 TCG_REG_RDI = TCG_REG_EDI, enumerator
|
D | tcg-target.c | 51 TCG_REG_RDI, 66 TCG_REG_RDI, 184 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RDI); in target_parse_constraint() 1244 tcg_out_movi(s, TCG_TYPE_I64, TCG_REG_RDI, GUEST_BASE); in tcg_out_qemu_ld() 1245 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_RDI, base); in tcg_out_qemu_ld() 1246 base = TCG_REG_RDI, offset = 0; in tcg_out_qemu_ld() 1421 tcg_out_movi(s, TCG_TYPE_I64, TCG_REG_RDI, GUEST_BASE); in tcg_out_qemu_st() 1422 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_RDI, base); in tcg_out_qemu_st() 1423 base = TCG_REG_RDI, offset = 0; in tcg_out_qemu_st() 1972 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RDI); in tcg_target_init()
|