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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 607 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
610 static inline int getFP32Imm(const APInt &Imm) {
631 static inline int getFP32Imm(const APFloat &FPImm) {
632 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 702 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
705 static inline int getFP32Imm(const APInt &Imm) {
726 static inline int getFP32Imm(const APFloat &FPImm) {
727 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 393 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
396 static inline int getFP32Imm(const APInt &Imm) {
417 static inline int getFP32Imm(const APFloat &FPImm) {
418 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 511 Imm = ARM_AM::getFP32Imm(Val);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 441 Imm = ARM_AM::getFP32Imm(Val);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 751 int Val = ARM_AM::getFP32Imm(APInt(32, CE->getValue()));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 367 Is64Bit ? AArch64_AM::getFP64Imm(Val) : AArch64_AM::getFP32Imm(Val);
    [all...]
AArch64ISelLowering.cpp     [all...]

Completed in 380 milliseconds