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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 681 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
684 static inline int getFP64Imm(const APInt &Imm) {
705 static inline int getFP64Imm(const APFloat &FPImm) {
706 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 421 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
424 static inline int getFP64Imm(const APInt &Imm) {
445 static inline int getFP64Imm(const APFloat &FPImm) {
446 return getFP64Imm(FPImm.bitcastToAPInt());

Completed in 71 milliseconds