Home
last modified time | relevance | path

Searched defs:SUBC (Results 1 – 5 of 5) sorted by relevance

/minix3/common/lib/libc/arch/m68k/string/
H A Dstrcmp.S41 #define SUBC(a,b) mvsb a,%d0; subl %d0,b macro
44 #define SUBC(a,b) subb a,b macro
H A Dstrncmp.S42 #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 DARMISelLowering.h79 SUBC, // Sub with carry enumerator
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h205 ADDC, SUBC, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1876 if (ConstantSDNode *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local