Home | History | Annotate | Download | only in priv

Lines Matching refs:sop

1154       ARMShiftOp sop = 0; /* invalid */
1185 case Iop_Shl32: sop = ARMsh_SHL; goto sh_binop;
1186 case Iop_Shr32: sop = ARMsh_SHR; goto sh_binop;
1187 case Iop_Sar32: sop = ARMsh_SAR; goto sh_binop;
1192 addInstr(env, ARMInstr_Shift(sop, dst, argL, argR));