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

  /external/capstone/arch/ARM/
ARMAddressingModes.h 201 /// isSOImmTwoPartVal - Return true if the specified value can be obtained by
203 static inline bool isSOImmTwoPartVal(unsigned V)
215 /// getSOImmTwoPartFirst - If V is a value that satisfies isSOImmTwoPartVal,
222 /// getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 185 /// isSOImmTwoPartVal - Return true if the specified value can be obtained by
187 static inline bool isSOImmTwoPartVal(unsigned V) {
198 /// getSOImmTwoPartFirst - If V is a value that satisfies isSOImmTwoPartVal,
204 /// getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 186 /// isSOImmTwoPartVal - Return true if the specified value can be obtained by
188 static inline bool isSOImmTwoPartVal(unsigned V) {
199 /// getSOImmTwoPartFirst - If V is a value that satisfies isSOImmTwoPartVal,
205 /// getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 176 /// isSOImmTwoPartVal - Return true if the specified value can be obtained by
178 inline bool isSOImmTwoPartVal(unsigned V) {
189 /// getSOImmTwoPartFirst - If V is a value that satisfies isSOImmTwoPartVal,
195 /// getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal,
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 486 if (ARM_AM::isSOImmTwoPartVal(Val)) return 2; // two instrs
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 464 if (ARM_AM::isSOImmTwoPartVal(Val)) return 2; // two instrs
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 723 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &&
    [all...]
ARMISelDAGToDAG.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 816 milliseconds