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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h399 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
402 static inline int getFP64Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
423 static inline int getFP64Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
424 return getFP64Imm(FPImm.bitcastToAPInt());

Completed in 119 milliseconds