Lines Matching defs:sop
1266 ARMShiftOp sop = 0; /* invalid */1297 case Iop_Shl32: sop = ARMsh_SHL; goto sh_binop;1298 case Iop_Shr32: sop = ARMsh_SHR; goto sh_binop;1299 case Iop_Sar32: sop = ARMsh_SAR; goto sh_binop;1304 addInstr(env, ARMInstr_Shift(sop, dst, argL, argR));