Home | History | Annotate | Download | only in i386

Lines Matching refs:ext

509     int ext = subop & ~0x7;
512 tcg_out_modrm(s, OPC_ARITH_GvEv + (subop << 3) + ext, dest, src);
582 int ext = subopc & ~0x7;
586 tcg_out_modrm(s, OPC_SHIFT_1 + ext, subopc, reg);
588 tcg_out_modrm(s, OPC_SHIFT_Ib + ext, subopc, reg);