Searched refs:CMP (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CM
[all...]
/freebsd-10.0-release/contrib/byacc/test/
H A Drun_test.sh55 CMP=${ROOT}${opt2}${type}
56 if test ! -f $CMP
58 echo "...not found $CMP"
60 sed -e s,$CMP,$REF, \
63 < $CMP >$tmpfile \
64 && mv $tmpfile $CMP
67 mv $CMP $REF
69 elif ( cmp -s $REF $CMP )
72 rm -f $CMP
75 diff -u $REF $CMP
[all...]
/freebsd-10.0-release/tools/test/sort/regression/
H A DMakefile12 CMP?= ${.CURDIR}/cmp.sh macro
19 @${CMP} ref/${f} output/${f}
25 @${CMP} ref/${f}${opt} output/${f}${opt}
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dqsort.c93 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
95 #define CMP(t, x, y) (cmp((x), (y))) macro
105 return CMP(thunk, a, b) < 0 ?
106 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
107 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
129 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
159 while (pb <= pc && (cmp_result = CMP(thun
[all...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Dqsort.c87 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
89 #define CMP(t, x, y) (cmp((x), (y))) macro
99 return CMP(thunk, a, b) < 0 ?
100 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
101 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
123 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
145 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
153 while (pb <= pc && (cmp_result = CMP(thun
[all...]
/freebsd-10.0-release/sys/libkern/
H A Dqsort.c83 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
85 #define CMP(t, x, y) (cmp((x), (y))) macro
95 return CMP(thunk, a, b) < 0 ?
96 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
97 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
116 for (pl = pm; pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
138 while (pb <= pc && (r = CMP(thunk, pb, a)) <= 0) {
146 while (pb <= pc && (r = CMP(thun
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Ddeattack.c71 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro
89 if (!CMP(S, c)) {
133 if (!CMP(c, d)) {
148 if (!CMP(c, buf + h[i] * SSH_BLOCKSIZE)) {
/freebsd-10.0-release/tools/test/iconv/
H A DMakefile36 CMP?= ${.CURDIR}/tablegen/cmp.sh macro
52 @${CMP} ref/${enc} output/${enc}
55 @${CMP} ref/${enc}-rev output/${enc}-rev
/freebsd-10.0-release/usr.sbin/nscd/
H A Dhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \
176 sizeof(type), CMP); \
183 the_entry->field.size, sizeof(type), CMP)); \
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h47 /// CMP - Compare instruction.
48 CMP, enumerator in enum:llvm::MSP430ISD::__anon2425
51 /// operand produced by a CMP instruction.
56 /// condition code, and operand 3 is the flag operand produced by a CMP
H A DMSP430ISelLowering.cpp775 return DAG.getNode(MSP430ISD::CMP, dl, MVT::Glue, LHS, RHS);
799 // If we are doing an AND and testing against zero, then the CMP
801 // but they are different from CMP.
819 // instructions generate different flags than CMP, the carry bit can be used
1030 case MSP430ISD::CMP: return "MSP430ISD::CMP";
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h41 CMP, enumerator in enum:llvm::SystemZISD::__anon2504
H A DSystemZISelLowering.cpp953 return DAG.getNode((IsUnsigned ? SystemZISD::UCMP : SystemZISD::CMP),
1561 OPCODE(CMP);
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp533 unsigned CMP = R.createVirtualRegister(&MBlaze::GPRRegClass); local
534 BuildMI(start, dl, TII->get(MBlaze::CMP), CMP)
539 .addReg(CMP)
/freebsd-10.0-release/sys/pci/
H A Dncrreg.h201 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h58 CMP, // ARM compare instructions. enumerator in enum:llvm::ARMISD::NodeType
H A DARMISelLowering.cpp948 case ARMISD::CMP: return "ARMISD::CMP";
2941 /// Returns appropriate ARM CMP (cmp) and corresponding condition code for
2989 CompareType = ARMISD::CMP;
3001 /// Returns a appropriate VFP CMP (fcmp{s|d}+fmstat) for the given operands.
3019 if (Opc == ARMISD::CMP || Opc == ARMISD::CMPZ)
3112 // FIXME: Needs another CMP because flag can have but one use.
3204 // the CMP operands, and the condition code is EQ or NE, we can optimize it
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h84 CMP, COMI, UCOMI, enumerator in enum:llvm::X86ISD::NodeType
90 /// operand, usually produced by a CMP instruction.
97 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
108 /// flag operand produced by a CMP or TEST instruction. It also writes a
114 /// condition code, and operand 3 is the flag operand produced by a CMP
H A DX86ISelLowering.cpp7941 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
8906 // Emit a CMP with 0, which is the TEST pattern.
8907 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
9076 // Emit a CMP with 0, which is the TEST pattern.
9077 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
9101 // Use SUB instead of CMP to enable CSE between SUB and CMP.
9107 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
9116 Cmp.getOpcode() != X86ISD::CMP ||
9490 if (Opc == X86ISD::CMP || Op
[all...]
H A DX86ISelDAGToDAG.cpp1784 /// HasNoSignedComparisonUses - Test whether the given X86ISD::CMP node has
2490 case X86ISD::CMP:
2494 // This node is not a CMP.
2503 // Look past the truncate if CMP is the only use of it.
2540 // Replace SUB|CMP with TEST, since SUB has two outputs while TEST has
2577 // Replace SUB|CMP with TEST, since SUB has two outputs while TEST has
2599 // Replace SUB|CMP with TEST, since SUB has two outputs while TEST has
2621 // Replace SUB|CMP with TEST, since SUB has two outputs while TEST has
/freebsd-10.0-release/sys/dev/sym/
H A Dsym_defs.h427 #define CMP 0x40 /* sta: arbitration complete */ macro
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp218 case 0x1: return MBlaze::CMP;
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S731 @ CMP, LT, LE, NE, or EQ.
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1712 SDValue CMP = DAG.getSetCC(getCurDebugLoc(), local
1726 MVT::Other, CopyTo, CMP,

Completed in 426 milliseconds