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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 702 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
705 inline int getFP32Imm(const APInt &Imm) {
726 inline int getFP32Imm(const APFloat &FPImm) {
727 return getFP32Imm(FPImm.bitcastToAPInt());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 390 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
393 static inline int getFP32Imm(const APInt &Imm) {
414 static inline int getFP32Imm(const APFloat &FPImm) {
415 return getFP32Imm(FPImm.bitcastToAPInt());

Completed in 20 milliseconds