Searched refs:EBITOP (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | h8300.h | 906 #define EBITOP(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ macro 1309 EBITOP (O (O_BCLR, SB), IMM3 | B30, "bclr", 0x6, 0x2, 0x7, 0xD, 0x7, 0xF, 0x8, 0), 1317 EBITOP (O (O_BNOT, SB), IMM3 | B30, "bnot", 0x6, 0x1, 0x7, 0xD, 0x7, 0xF, 0x8, 0), 1319 EBITOP (O (O_BSET, SB), IMM3 | B30, "bset", 0x6, 0x0, 0x7, 0xD, 0x7, 0xF, 0x8, 0), 1321 EBITOP (O (O_BTST, SB), IMM3 | B30, "btst", 0x6, 0x3, 0x7, 0xC, 0x7, 0xE, 0x0, 0),
|
D | ChangeLog-9103 | 2253 (EBITOP): Likewise. 2259 (BITOP, EBITOP): Handle new H8/S addressing modes for
|