Searched defs:SUBC (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | rl78-parse.h | 168 SUBC = 369, /* SUBC */ enumerator 293 #define SUBC 369 macro
|
H A D | rl78-parse.c | 354 SUBC = 369, /* SUBC */ enumerator 479 #define SUBC 369 macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | rl78-parse.h | 168 SUBC = 369, /* SUBC */ enumerator 293 #define SUBC 369 macro
|
H A D | rl78-parse.c | 354 SUBC = 369, /* SUBC */ enumerator 479 #define SUBC 369 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 109 SUBC, // Sub with carry enumerator
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeSPARC_common.c | 163 #define SUBC (OPC1(0x2) | OPC3(0x0c)) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 263 SUBC, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4273 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local
|