Searched refs:getFP16Imm (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h367 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
370 static inline int getFP16Imm(const APInt &Imm) { function in namespace:llvm::AArch64_AM
389 static inline int getFP16Imm(const APFloat &FPImm) { function in namespace:llvm::AArch64_AM
390 return getFP16Imm(FPImm.bitcastToAPInt());

Completed in 50 milliseconds