Searched refs:TCG_REG_RSI (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 59 TCG_REG_RSI, 66 TCG_REG_RSI, 137 tcg_regset_set_reg(ct->u.regs, TCG_REG_RSI); in target_parse_constraint() 154 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RSI); in target_parse_constraint() 572 r1 = TCG_REG_RSI; in tcg_out_qemu_ld() 611 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_RSI, mem_index); in tcg_out_qemu_ld() 767 r1 = TCG_REG_RSI; in tcg_out_qemu_st() 809 tcg_out_modrm(s, 0xb6 | P_EXT | P_REXB_RM, TCG_REG_RSI, data_reg); in tcg_out_qemu_st() 813 tcg_out_modrm(s, 0xb7 | P_EXT, TCG_REG_RSI, data_reg); in tcg_out_qemu_st() 817 tcg_out_modrm(s, 0x8b, TCG_REG_RSI, data_reg); in tcg_out_qemu_st() [all …]
|
D | tcg-target.h | 38 TCG_REG_RSI, enumerator
|
/external/qemu/tcg/i386/ |
D | tcg-target.h | 65 TCG_REG_RSI = TCG_REG_ESI, enumerator
|
D | tcg-target.c | 50 TCG_REG_RSI, 67 TCG_REG_RSI, 183 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RSI); in target_parse_constraint() 1359 TCG_REG_RSI, data_reg); in tcg_out_qemu_st() 1973 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RSI); in tcg_target_init()
|