Home
last modified time | relevance | path

Searched refs:SOpc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp1312 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getSORegRegOpValue() local
1326 switch (SOpc) { in getSORegRegOpValue()
1357 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getSORegImmOpValue() local
1371 switch (SOpc) { in getSORegImmOpValue()
1479 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getT2SORegOpValue() local
1491 switch (SOpc) { in getT2SORegOpValue()
1501 if (SOpc == ARM_AM::rrx) in getT2SORegOpValue()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8347 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(2).getImm()); in processInstruction() local
8349 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() local
8373 if (SOpc == ARM_AM::rrx) return false; in processInstruction()
8386 !(SOpc == ARM_AM::lsr || SOpc == ARM_AM::asr)) { in processInstruction()