HomeSort by: relevance | last modified time | path
    Searched defs:getFP16Imm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 664 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
667 inline int getFP16Imm(const APInt &Imm) {
686 inline int getFP16Imm(const APFloat &FPImm) {
687 return getFP16Imm(FPImm.bitcastToAPInt());
691 /// for it. Otherwise return -1 like getFP16Imm.
695 return ARM_AM::getFP16Imm(Imm.trunc(16));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 364 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
367 static inline int getFP16Imm(const APInt &Imm) {
386 static inline int getFP16Imm(const APFloat &FPImm) {
387 return getFP16Imm(FPImm.bitcastToAPInt());

Completed in 18 milliseconds