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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 122 /// getExtendType - Extract the extend type for operands of arithmetic ops.
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) {
139 return getExtendType((Imm >> 3) & 0x7);
182 /// getExtendType - Extract the extend type for the offset operand of
185 return getExtendType((Imm >> 1) & 0x7);
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 70 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; }
    [all...]

Completed in 54 milliseconds