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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 635 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
638 static inline int getFP64Imm(const APInt &Imm) {
659 static inline int getFP64Imm(const APFloat &FPImm) {
660 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 730 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
733 static inline int getFP64Imm(const APInt &Imm) {
754 static inline int getFP64Imm(const APFloat &FPImm) {
755 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 421 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
424 static inline int getFP64Imm(const APInt &Imm) {
445 static inline int getFP64Imm(const APFloat &FPImm) {
446 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 508 Imm = ARM_AM::getFP64Imm(Val);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 438 Imm = ARM_AM::getFP64Imm(Val);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 367 Is64Bit ? AArch64_AM::getFP64Imm(Val) : AArch64_AM::getFP32Imm(Val);
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 504 milliseconds