Lines Matching defs:sop
1258 ARMShiftOp sop = 0; /* invalid */1289 case Iop_Shl32: sop = ARMsh_SHL; goto sh_binop;1290 case Iop_Shr32: sop = ARMsh_SHR; goto sh_binop;1291 case Iop_Sar32: sop = ARMsh_SAR; goto sh_binop;1296 addInstr(env, ARMInstr_Shift(sop, dst, argL, argR));