Lines Matching refs:Iop_Shl64
5738 case Iop_Shl64: shl = True; size = 64; break; in dis_MMX_shiftG_byE()
5803 case Iop_Shl64: shl = True; size = 64; break; in dis_MMX_shiftE_imm()
6074 case 0xF3: SHIFT_BY_REG("psllq", Iop_Shl64); in dis_MMX()
6118 SHIFT_BY_IMM("psllq", Iop_Shl64); in dis_MMX()
6247 shift = left_shift ? Iop_Shl64 : Iop_Shr64; in dis_SHLRD_Gv_Ev()
7869 binop(Iop_Shl64, mkexpr(hi64), mkU8(8*(8-byteShift))), in dis_PALIGNR_XMM_helper()
11418 assign( hi64r, binop( Iop_Shl64, in disInstr_X86_WRK()
11422 assign( lo64r, binop( Iop_Shl64, in disInstr_X86_WRK()
11427 binop(Iop_Shl64, mkexpr(hi64), in disInstr_X86_WRK()
11559 binop(Iop_Shl64, mkexpr(hi64), in disInstr_X86_WRK()
12590 binop(Iop_Shl64, mkexpr(dV), mkU8(8*(8-d32)) in disInstr_X86_WRK()