Searched refs:TCG_REG_RSI (Results 1 - 4 of 4) sorted by relevance

/external/qemu/tcg/x86_64/
H A Dtcg-target.h38 TCG_REG_RSI, enumerator in enum:__anon12035
H A Dtcg-target.c59 TCG_REG_RSI,
66 TCG_REG_RSI,
137 tcg_regset_set_reg(ct->u.regs, TCG_REG_RSI);
154 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RSI);
572 r1 = TCG_REG_RSI;
611 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_RSI, mem_index);
767 r1 = TCG_REG_RSI;
809 tcg_out_modrm(s, 0xb6 | P_EXT | P_REXB_RM, TCG_REG_RSI, data_reg);
813 tcg_out_modrm(s, 0xb7 | P_EXT, TCG_REG_RSI, data_reg);
817 tcg_out_modrm(s, 0x8b, TCG_REG_RSI, data_re
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.h65 TCG_REG_RSI = TCG_REG_ESI, enumerator in enum:__anon12023
H A Dtcg-target.c50 TCG_REG_RSI,
67 TCG_REG_RSI,
183 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RSI);
1359 TCG_REG_RSI, data_reg);
1973 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RSI);

Completed in 56 milliseconds