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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 279 /// encodeLogicalImmediate - Return the encoded immediate value for a logical
281 static inline uint64_t encodeLogicalImmediate(uint64_t imm, unsigned regSize) {
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 481 AArch64_AM::encodeLogicalImmediate(1ull << Cond[3].getImm(), 32));
486 AArch64_AM::encodeLogicalImmediate(1ull << Cond[3].getImm(), 64));
    [all...]
AArch64FastISel.cpp     [all...]

Completed in 88 milliseconds