Lines Matching refs:TCG_REG_RSI
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);
821 tcg_out_mov(s, TCG_REG_RSI, data_reg);
1437 (1 << TCG_REG_RSI) |