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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 636 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
639 static inline int getFP64Imm(const APInt &Imm) {
660 static inline int getFP64Imm(const APFloat &FPImm) {
661 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 399 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
402 static inline int getFP64Imm(const APInt &Imm) {
423 static inline int getFP64Imm(const APFloat &FPImm) {
424 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 211 Imm = AArch64_AM::getFP64Imm(Val);
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 478 Imm = ARM_AM::getFP64Imm(Val);
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 163 milliseconds