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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 676 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
679 static inline int getFP16Imm(const APInt &Imm) {
698 static inline int getFP16Imm(const APFloat &FPImm) {
699 return getFP16Imm(FPImm.bitcastToAPInt());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 653 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
656 inline int getFP16Imm(const APInt &Imm) {
675 inline int getFP16Imm(const APFloat &FPImm) {
676 return getFP16Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 367 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
370 static inline int getFP16Imm(const APInt &Imm) {
389 static inline int getFP16Imm(const APFloat &FPImm) {
390 return getFP16Imm(FPImm.bitcastToAPInt());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 368 /// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
371 static inline int getFP16Imm(const APInt &Imm) {
390 static inline int getFP16Imm(const APFloat &FPImm) {
391 return getFP16Imm(FPImm.bitcastToAPInt());

Completed in 280 milliseconds