Searched refs:B31 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | h8300.h | 117 B31 = 0x40000000, /* Bit 3 must be high. */ enumerator 368 #define PREFIX_78R4 0x7, 0x8, B31 | DISPREG, 0x4 369 #define PREFIX_78R5 0x7, 0x8, B31 | DISPREG, 0x5 370 #define PREFIX_78R6 0x7, 0x8, B31 | DISPREG, 0x6 371 #define PREFIX_78R7 0x7, 0x8, B31 | DISPREG, 0x7 396 #define FROM_DISP32 12, B31 | DISPREG 400 #define FROM_DISP32B 13, B31 | DISPREG 401 #define FROM_DISP32W 14, B31 | DISPREG 402 #define FROM_DISP32L 15, B31 | DISPREG 404 #define FROM_ABS32 4, B31 | IGNORE [all …]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | noavx512-2.l | 31 [ ]*9[ ]+7B31 33 [ ]*10[ ]+7B31 35 [ ]*11[ ]+7B31 70 [ ]*31[ ]+7B31
|
D | noavx512-1.l | 111 [ ]*9[ ]+7B31 113 [ ]*10[ ]+7B31 115 [ ]*11[ ]+7B31 151 [ ]*31[ ]+7B31 156 [ ]*32[ ]+7B31 158 [ ]*33[ ]+7B31 191 [ ]*53[ ]+7B31 193 [ ]*54[ ]+7B31 195 [ ]*55[ ]+7B31
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | h8300-dis.c | 373 if ((int) looking_for & (int) B31) in bfd_h8_disassemble() 378 looking_for = (op_type) ((int) looking_for & ~(int) B31); in bfd_h8_disassemble()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-h8300.c | 1585 if (c & B31) in build_bytes()
|