Home | History | Annotate | Download | only in priv

Lines Matching refs:sop

1664       ARM64ShiftOp sop = 0; /* invalid */
1717 case Iop_Shr64: sop = ARM64sh_SHR; goto sh_binop;
1718 case Iop_Sar64: sop = ARM64sh_SAR; goto sh_binop;
1719 case Iop_Shl64: case Iop_Shl32: sop = ARM64sh_SHL; goto sh_binop;
1724 addInstr(env, ARM64Instr_Shift(dst, argL, argR, sop));