Searched defs:SUBC (Results 1 – 5 of 5) sorted by relevance
/minix3/common/lib/libc/arch/m68k/string/ |
H A D | strcmp.S | 41 #define SUBC(a,b) mvsb a,%d0; subl %d0,b macro 44 #define SUBC(a,b) subb a,b macro
|
H A D | strncmp.S | 42 #define SUBC(a,b) mvsb a,%d2; subl %d2,b macro 45 #define SUBC(a,b) subb a,b macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 79 SUBC, // Sub with carry enumerator
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 205 ADDC, SUBC, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1876 if (ConstantSDNode *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local
|