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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h681 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
684 static inline int getFP64Imm(const APInt &Imm) { function in namespace:llvm::ARM_AM
705 static inline int getFP64Imm(const APFloat &FPImm) { function in namespace:llvm::ARM_AM
706 return getFP64Imm(FPImm.bitcastToAPInt());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h421 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
424 static inline int getFP64Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
445 static inline int getFP64Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
446 return getFP64Imm(FPImm.bitcastToAPInt());

Completed in 90 milliseconds