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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h655 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
658 static inline int getFP32Imm(const APInt &Imm) { function in namespace:llvm::ARM_AM
679 static inline int getFP32Imm(const APFloat &FPImm) { function in namespace:llvm::ARM_AM
680 return getFP32Imm(FPImm.bitcastToAPInt());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h367 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
370 static inline int getFP32Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
391 static inline int getFP32Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
392 return getFP32Imm(FPImm.bitcastToAPInt());

Completed in 78 milliseconds