Searched refs:KBIT (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | h8300-dis.c | 190 else if ((x & MODE) == DBIT || (x & MODE) == KBIT) in print_one_arg() 551 else if ((looking_for & MODE) == KBIT) in bfd_h8_disassemble()
|
D | ChangeLog-9297 | 1860 if we're looking for KBIT and we don't find it.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-h8300.c | 1196 if (op_mode == KBIT || op_mode == DBIT) in get_specific() 1558 else if (c2 == KBIT) in build_bytes()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | h8300.h | 58 KBIT = 0x0C00, enumerator 1208 {O (O_ADDS, SL), AV_H8, 2, "adds", {{KBIT, RDP, E}}, {{0x0, 0xB,KBIT, RDP, E}}}, 1831 {O (O_SUBS, SL), AV_H8, 2, "subs", {{KBIT, RDP, E}}, {{0x1, 0xB,KBIT, RDP, E}}},
|