HomeSort by relevance Sort by last modified time
    Searched refs:getSORegOpc (Results 1 - 15 of 15) sorted by null

  /external/capstone/arch/ARM/
ARMAddressingModes.h 115 static inline unsigned getSORegOpc(ARM_AM_ShiftOpc ShOp, unsigned Imm)
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 111 static inline unsigned getSORegOpc(ShiftOpc ShOp, unsigned Imm) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 112 static inline unsigned getSORegOpc(ShiftOpc ShOp, unsigned Imm) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp 408 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal),
435 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal),
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMBaseInstrInfo.cpp 177 unsigned SOOpc = ARM_AM::getSORegOpc(ShOpc, Amt);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 547 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ARM_AM::lsl,
565 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal),
592 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal),
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMFrameLowering.cpp 272 .addImm(ARM_AM::getSORegOpc(ARM_AM::lsr, NrBitsToZero))));
276 .addImm(ARM_AM::getSORegOpc(ARM_AM::lsl, NrBitsToZero))));
    [all...]
ARMFastISel.cpp     [all...]
ARMBaseInstrInfo.cpp 176 unsigned SOOpc = ARM_AM::getSORegOpc(ShOpc, Amt);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1040 milliseconds