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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 653 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
656 static inline int getFP32Imm(const APInt &Imm) {
677 static inline int getFP32Imm(const APFloat &FPImm) {
678 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 393 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
396 static inline int getFP32Imm(const APInt &Imm) {
417 static inline int getFP32Imm(const APFloat &FPImm) {
418 return getFP32Imm(FPImm.bitcastToAPInt());

Completed in 147 milliseconds