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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 730 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
733 inline int getFP64Imm(const APInt &Imm) {
754 inline int getFP64Imm(const APFloat &FPImm) {
755 return getFP64Imm(FPImm.bitcastToAPInt());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 418 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
421 static inline int getFP64Imm(const APInt &Imm) {
442 static inline int getFP64Imm(const APFloat &FPImm) {
443 return getFP64Imm(FPImm.bitcastToAPInt());

Completed in 17 milliseconds