Home
last modified time | relevance | path

Searched refs:UNE_F64 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h300 UNE_F64, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp84 { RTLIB::UNE_F64, "__mips16_nedf2" },
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp314 Names[RTLIB::UNE_F64] = "__nedf2"; in InitLibcallNames()
702 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp142 (VT == MVT::f64) ? RTLIB::UNE_F64 : RTLIB::UNE_F128; in softenSetCCOperands()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1991 setLibcallName(RTLIB::UNE_F64, "__hexagon_nedf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp203 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE }, in ARMTargetLowering()
274 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ }, in ARMTargetLowering()