Lines Matching defs:sop
1167 ARMShiftOp sop = 0; /* invalid */1211 case Iop_Shl32: sop = ARMsh_SHL; goto sh_binop;1212 case Iop_Shr32: sop = ARMsh_SHR; goto sh_binop;1213 case Iop_Sar32: sop = ARMsh_SAR; goto sh_binop;1218 addInstr(env, ARMInstr_Shift(sop, dst, argL, argR));