Home
last modified time | relevance | path

Searched refs:CCs (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp639 static void InitCmpLibcallCCs(ISD::CondCode *CCs) { in InitCmpLibcallCCs() argument
640 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL); in InitCmpLibcallCCs()
641 CCs[RTLIB::OEQ_F32] = ISD::SETEQ; in InitCmpLibcallCCs()
642 CCs[RTLIB::OEQ_F64] = ISD::SETEQ; in InitCmpLibcallCCs()
643 CCs[RTLIB::OEQ_F128] = ISD::SETEQ; in InitCmpLibcallCCs()
644 CCs[RTLIB::OEQ_PPCF128] = ISD::SETEQ; in InitCmpLibcallCCs()
645 CCs[RTLIB::UNE_F32] = ISD::SETNE; in InitCmpLibcallCCs()
646 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
647 CCs[RTLIB::UNE_F128] = ISD::SETNE; in InitCmpLibcallCCs()
648 CCs[RTLIB::UNE_PPCF128] = ISD::SETNE; in InitCmpLibcallCCs()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp37 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run() local
42 for (Record *CC : CCs) { in run()
61 for (Record *CC : CCs) { in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp92 const char *CCs[] = {"cdecl", "stdcall", "fastcall", "thiscall", "pascal"}; in addCygMingDefines() local
93 for (const char *CC : CCs) { in addCygMingDefines()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dx_ovfl.sa199 * CCs are defined to be 'not affected' for the opclass3 instruction.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td117 // logic. FIXME: See if the logic can be simplified with use of CCs.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dunspecs.md44 UNSPEC_CHECK_ARCH ; Set CCs to indicate 26-bit or 32-bit mode.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dunspecs.md44 UNSPEC_CHECK_ARCH ; Set CCs to indicate 26-bit or 32-bit mode.
/netbsd-src/sys/arch/sparc/sparc/
H A Dlocore.s5945 addcc %o1, %g0, %o2 ! %o2 = cntr (start @ %o1), clear CCs
5954 addcc %o1, %g0, %o2 ! reinit %o2 and CCs [delay slot]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvx-builtins.md1997 ; vector arguments. Otherwise the any/all CCs would be just bogus.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvx-builtins.md1964 ; vector arguments. Otherwise the any/all CCs would be just bogus.