Searched refs:CCs (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 639 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 D | CallingConvEmitter.cpp | 37 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 D | Targets.cpp | 92 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 D | x_ovfl.sa | 199 * CCs are defined to be 'not affected' for the opclass3 instruction.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 117 // logic. FIXME: See if the logic can be simplified with use of CCs.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | unspecs.md | 44 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 D | unspecs.md | 44 UNSPEC_CHECK_ARCH ; Set CCs to indicate 26-bit or 32-bit mode.
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | locore.s | 5945 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 D | vx-builtins.md | 1997 ; vector arguments. Otherwise the any/all CCs would be just bogus.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | vx-builtins.md | 1964 ; vector arguments. Otherwise the any/all CCs would be just bogus.
|