HomeSort by relevance Sort by last modified time
    Searched refs:TCG_REG_RSI (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.h 38 TCG_REG_RSI,
tcg-target.c 59 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_reg)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.h 65 TCG_REG_RSI = TCG_REG_ESI,
tcg-target.c 50 TCG_REG_RSI,
67 TCG_REG_RSI,
183 tcg_regset_reset_reg(ct->u.regs, TCG_REG_RSI);
    [all...]

Completed in 25 milliseconds