Searched refs:NCC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp187 ARMCC::CondCodes NCC = getITInstrPredicate(*I, NPredReg); local
188 if (NCC == CC || NCC == OCC)
243 ARMCC::CondCodes NCC = getITInstrPredicate(*NMI, NPredReg); local
244 if (NCC == CC || NCC == OCC) {
245 Mask |= ((NCC ^ CC) & 1) << Pos;
251 if (NCC == ARMCC::AL &&
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.msc389 # Check for the command macro NCC. This should point to the compiler binary
405 # "NCC=""%VCINSTALLDIR%\bin\cl.exe"""
408 !IFDEF NCC
409 NCC = $(NCC:\\=\)
411 NCC = "$(VCINSTALLDIR)\bin\$(CC)"
412 NCC = $(NCC:\\=\)
414 NCC = $(CC)
453 BCC = $(NCC)
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Ded.term.h318 * ttychars > NCC are defined. So we undefine them.
324 # ifdef NCC
325 # define NUMCC NCC
326 # endif /* NCC */
/freebsd-13-stable/contrib/libedit/
H A Dtty.h267 * ttychars > NCC are defined. So we undefine them.
273 # ifdef NCC
274 # define NUMCC NCC
275 # endif /* NCC */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1984 ISD::CondCode NCC = cast<CondCodeSDNode>(N->getOperand(4))->get(); local
1992 switch (NCC) {
/freebsd-13-stable/contrib/subversion/
H A Dconfigure16631 NCC*)
16632 # NonStop-UX NCC 3.20
17148 NCC*)
17149 # NonStop-UX NCC 3.20

Completed in 191 milliseconds