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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 702 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
705 static inline int getFP32Imm(const APInt &Imm) {
726 static inline int getFP32Imm(const APFloat &FPImm) {
727 return getFP32Imm(FPImm.bitcastToAPInt());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 679 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
682 inline int getFP32Imm(const APInt &Imm) {
703 inline int getFP32Imm(const APFloat &FPImm) {
704 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());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 394 /// getFP32Imm - Return an 8-bit floating-point version of the 32-bit
397 static inline int getFP32Imm(const APInt &Imm) {
418 static inline int getFP32Imm(const APFloat &FPImm) {
419 return getFP32Imm(FPImm.bitcastToAPInt());

Completed in 226 milliseconds