Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1533 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getSORegRegOpValue()
1547 switch (SOpc) { in getSORegRegOpValue()
1578 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getSORegImmOpValue()
1592 switch (SOpc) { in getSORegImmOpValue()
1687 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); in getT2SORegOpValue()
1699 switch (SOpc) { in getT2SORegOpValue()
1709 if (SOpc == ARM_AM::rrx) in getT2SORegOpValue()
1544 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); getSORegRegOpValue() local
1589 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); getSORegImmOpValue() local
1698 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm()); getT2SORegOpValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10925 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(2).getImm()); in processInstruction() local
10927 if (SOpc == ARM_AM::rrx || SOpc == ARM_AM::asr || SOpc == ARM_AM::lsr) in processInstruction()
10950 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(Inst.getOperand(3).getImm()); in processInstruction() local
10951 if (SOpc == ARM_AM::rrx) return false; in processInstruction()
10964 !(SOpc == ARM_AM::lsr || SOpc == ARM_AM::asr)) { in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24728 unsigned SOpc = Opc == AArch64ISD::UUNPKHI ? AArch64ISD::SUNPKHI in performSignExtendInRegCombine() local
24752 return DAG.getNode(SOpc, DL, N->getValueType(0), Ext); in performSignExtendInRegCombine()