Searched refs:SOpc (Results 1 – 2 of 2) sorted by relevance
1312 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getSORegRegOpValue() local1326 switch (SOpc) { in getSORegRegOpValue()1357 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getSORegImmOpValue() local1371 switch (SOpc) { in getSORegImmOpValue()1479 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getT2SORegOpValue() local1491 switch (SOpc) { in getT2SORegOpValue()1501 if (SOpc == ARM_AM::rrx) in getT2SORegOpValue()
8347 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(2).getImm()); in processInstruction() local8349 if (SOpc == ARM_AM::rrx || SOpc == ARM_AM::asr || SOpc == ARM_AM::lsr) in processInstruction()8372 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(3).getImm()); in processInstruction() local8373 if (SOpc == ARM_AM::rrx) return false; in processInstruction()8386 !(SOpc == ARM_AM::lsr || SOpc == ARM_AM::asr)) { in processInstruction()