Home | History | Annotate | Download | only in i386

Lines Matching refs:subopc

579 static void tcg_out_shifti(TCGContext *s, int subopc, int reg, int count)
582 int ext = subopc & ~0x7;
583 subopc &= 0x7;
586 tcg_out_modrm(s, OPC_SHIFT_1 + ext, subopc, reg);
588 tcg_out_modrm(s, OPC_SHIFT_Ib + ext, subopc, reg);