HomeSort by relevance Sort by last modified time
    Searched defs:isLogicalImmediate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 272 /// isLogicalImmediate - Return true if the immediate is valid for a logical
274 static inline bool isLogicalImmediate(uint64_t imm, unsigned regSize) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 273 /// isLogicalImmediate - Return true if the immediate is valid for a logical
275 static inline bool isLogicalImmediate(uint64_t imm, unsigned regSize) {
815 return isLogicalImmediate(Vec.D, 64);

Completed in 400 milliseconds