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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h371 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
374 static inline int getFP32Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
395 static inline int getFP32Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
396 return getFP32Imm(FPImm.bitcastToAPInt());

Completed in 1037 milliseconds