Searched refs:CCs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp639 static void InitCmpLibcallCCs(ISD::CondCode *CCs) { argument
640 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
641 CCs[RTLIB::OEQ_F32] = ISD::SETEQ;
642 CCs[RTLIB::OEQ_F64] = ISD::SETEQ;
643 CCs[RTLIB::OEQ_F128] = ISD::SETEQ;
644 CCs[RTLIB::OEQ_PPCF128] = ISD::SETEQ;
645 CCs[RTLIB::UNE_F32] = ISD::SETNE;
646 CCs[RTLIB::UNE_F64] = ISD::SETNE;
647 CCs[RTLIB::UNE_F128] = ISD::SETNE;
648 CCs[RTLI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp37 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); local
42 for (Record *CC : CCs) {
61 for (Record *CC : CCs) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp92 const char *CCs[] = {"cdecl", "stdcall", "fastcall", "thiscall", "pascal"}; local
93 for (const char *CC : CCs) {
/netbsd-current/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]

Completed in 108 milliseconds