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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 730 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
733 static inline int getFP64Imm(const APInt &Imm) {
754 static inline int getFP64Imm(const APFloat &FPImm) {
755 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 707 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
710 inline int getFP64Imm(const APInt &Imm) {
731 inline int getFP64Imm(const APFloat &FPImm) {
732 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());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 422 /// getFP64Imm - Return an 8-bit floating-point version of the 64-bit
425 static inline int getFP64Imm(const APInt &Imm) {
446 static inline int getFP64Imm(const APFloat &FPImm) {
447 return getFP64Imm(FPImm.bitcastToAPInt());

Completed in 1793 milliseconds