| /src/common/lib/libc/string/ |
| memmem.c | 71 #define BITOP(a,b,op) \ 90 BITOP(byteset, n[i], |=), shift[n[i]] = i+1; 145 if (BITOP(byteset, h[l-1], &)) {
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| arc.h | 49 BITOP,
|
| h8300.h | 893 #define BITOP(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ 907 BITOP(code, imm, name, op00+1, op01, op10, op11, op20, op21, op30, op4), \ 908 BITOP(code, RS8, name, op00, op01, op10, op11, op20, op21, op30, op4) 1310 BITOP (O (O_BAND, SB), IMM3 | B30, "band", 0x7, 0x6, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1311 BITOP (O (O_BIAND, SB), IMM3 | B31, "biand", 0x7, 0x6, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1312 BITOP (O (O_BILD, SB), IMM3 | B31, "bild", 0x7, 0x7, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1313 BITOP (O (O_BIOR, SB), IMM3 | B31, "bior", 0x7, 0x4, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1314 BITOP (O (O_BIST, SB), IMM3 | B31, "bist", 0x6, 0x7, 0x7, 0xD, 0x7, 0xF, 0x8, 0), 1315 BITOP (O (O_BIXOR, SB), IMM3 | B31, "bixor", 0x7, 0x5, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1316 BITOP (O (O_BLD, SB), IMM3 | B30, "bld", 0x7, 0x7, 0x7, 0xC, 0x7, 0xE, 0x0, 0) [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| arc.h | 49 BITOP,
|
| h8300.h | 893 #define BITOP(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ 907 BITOP(code, imm, name, op00+1, op01, op10, op11, op20, op21, op30, op4), \ 908 BITOP(code, RS8, name, op00, op01, op10, op11, op20, op21, op30, op4) 1310 BITOP (O (O_BAND, SB), IMM3 | B30, "band", 0x7, 0x6, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1311 BITOP (O (O_BIAND, SB), IMM3 | B31, "biand", 0x7, 0x6, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1312 BITOP (O (O_BILD, SB), IMM3 | B31, "bild", 0x7, 0x7, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1313 BITOP (O (O_BIOR, SB), IMM3 | B31, "bior", 0x7, 0x4, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1314 BITOP (O (O_BIST, SB), IMM3 | B31, "bist", 0x6, 0x7, 0x7, 0xD, 0x7, 0xF, 0x8, 0), 1315 BITOP (O (O_BIXOR, SB), IMM3 | B31, "bixor", 0x7, 0x5, 0x7, 0xC, 0x7, 0xE, 0x0, 0), 1316 BITOP (O (O_BLD, SB), IMM3 | B30, "bld", 0x7, 0x7, 0x7, 0xC, 0x7, 0xE, 0x0, 0) [all...] |