Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/tools/test/sort/regression/
HDMakefile12 CMP?= ${.CURDIR}/cmp.sh macro
/freebsd-11-stable/lib/libc/stdlib/
HDqsort.c67 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
69 #define CMP(t, x, y) (cmp((x), (y))) macro
HDmerge.c63 #define CMP(x, y) CALL_BLOCK(cmp, x, y) macro
66 #define CMP(x, y) cmp(x, y) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDqsort.c93 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
95 #define CMP(t, x, y) (cmp((x), (y))) macro
/freebsd-11-stable/sys/libkern/
HDqsort.c89 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
91 #define CMP(t, x, y) (cmp((x), (y))) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCISelLowering.h40 CMP, enumerator
/freebsd-11-stable/tools/test/iconv/
HDMakefile36 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDstrverscmp.c81 #define CMP 2 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.h50 CMP, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.h54 CMP, enumerator
/freebsd-11-stable/crypto/openssh/
HDdeattack.c68 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro
/freebsd-11-stable/usr.sbin/nscd/
HDhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/freebsd-11-stable/contrib/blacklist/bin/
HDconf.c433 #define CMP(a, b, f) \ in conf_sort() macro
694 #define CMP(a, b, f) \ in conf_eq() macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDSanitizerCoverage.cpp557 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, in IsInterestingCmp()
615 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h83 CMP, // ARM compare instructions. enumerator
/freebsd-11-stable/sys/dev/ncr/
HDncrreg.h201 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h80 CMP, COMI, UCOMI, enumerator
HDX86ISelLowering.cpp26429 SDValue CMP = DAG.getSetCC(dl, MVT::v64i1, Zeros, R, ISD::SETGT); in LowerScalarImmediateShift() local
/freebsd-11-stable/sys/dev/sym/
HDsym_defs.h427 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstructionSelector.cpp1520 auto CMP = BuildMI(MBB, I, I.getDebugLoc(), TII.get(AArch64::ANDSWri)) in select() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp2478 SDValue CMP = DAG.getSetCC( in visitJumpTableHeader() local