Searched defs:getFP32Imm (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h653 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
656 static inline int getFP32Imm(const APInt &Imm) { function in namespace:llvm::ARM_AM
677 static inline int getFP32Imm(const APFloat &FPImm) { function in namespace:llvm::ARM_AM
678 return getFP32Imm(FPImm.bitcastToAPInt());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h393 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
396 static inline int getFP32Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
417 static inline int getFP32Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
418 return getFP32Imm(FPImm.bitcastToAPInt());

Completed in 39 milliseconds