Searched refs:BITOP (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | h8300.h | 893 #define BITOP(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ macro 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 …]
|
D | ChangeLog | 2121 * h8300.h (BITOP): Pass MEMRELAX flag. 2125 * h8300.h (BITOP): Dissallow operations on @aa:16 and @aa:32
|
D | ChangeLog-9103 | 2252 (BITOP): Accept additional (unused) argument. All callers changed. 2259 (BITOP, EBITOP): Handle new H8/S addressing modes for
|