HomeSort by relevance Sort by last modified time
    Searched refs:getFP16Imm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 676 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
679 static inline int getFP16Imm(const APInt &Imm) {
698 static inline int getFP16Imm(const APFloat &FPImm) {
699 return getFP16Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 367 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
370 static inline int getFP16Imm(const APInt &Imm) {
389 static inline int getFP16Imm(const APFloat &FPImm) {
390 return getFP16Imm(FPImm.bitcastToAPInt());

Completed in 332 milliseconds