Searched refs:B30 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | h8300.h | 116 B30 = 0x20000000, /* Bit 3 must be low. */ enumerator 316 #define PREFIX_010_D2 0x0, 0x1, 0x0, B30 | B21 | DISP2SRC 331 #define PREFIX_015_D2 0x0, 0x1, 0x5, B30 | B21 | DISP2SRC 347 #define PREFIX_017_D2S 0x0, 0x1, 0x7, B30 | B21 | DISP2SRC 348 #define PREFIX_017_D2D 0x0, 0x1, 0x7, B30 | B21 | DISP2DST 373 #define PREFIX_78R4W 0x7, 0x8, B30 | DISPREG, 0x4 374 #define PREFIX_78R5W 0x7, 0x8, B30 | DISPREG, 0x5 375 #define PREFIX_78R6W 0x7, 0x8, B30 | DISPREG, 0x6 376 #define PREFIX_78R7W 0x7, 0x8, B30 | DISPREG, 0x7 378 #define PREFIX_78R4WD 0x7, 0x8, B30 | DSTDISPREG, 0x4 [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | h8300-dis.c | 381 else if ((int) looking_for & (int) B30) in bfd_h8_disassemble() 386 looking_for = (op_type) ((int) looking_for & ~(int) B30); in bfd_h8_disassemble()
|