Searched refs:L_8 (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-h8300.c | 62 static int bsize = L_8; /* Default branch displacement. */ 172 {"sbranch", sbranch, L_8}, 434 *mode = L_8 | REG | direction; in parse_reg() 440 *mode = L_8 | REG | direction; in parse_reg() 489 *mode |= L_8; in skip_colonthing() 554 case L_8: in constant_fits_size_p() 641 if (size != L_32 && size != L_8) in get_operand() 644 op->mode = (op->mode & ~SIZE) | L_8; in get_operand() 945 case L_8: in get_mova_operands() 1075 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | h8300-dis.c | 139 case L_8: in extract_immediate() 216 case L_8: in print_one_arg() 233 case L_8: in print_one_arg() 584 else if ((looking_for & SIZE) == L_8) in bfd_h8_disassemble()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | h8300.h | 38 L_8 = 0x60, enumerator 129 IMM8 = IMM | SRC | L_8, 140 RD8 = DST | L_8 | REG, 143 R3_8 = OP3 | L_8 | REG, 146 RS8 = SRC | L_8 | REG, 153 PCREL8 = PCREL | L_8, 156 OP3PCREL8 = OP3 | PCREL | L_8, 184 ABS8SRC = SRC | ABS | L_8, 189 ABS8DST = DST | ABS | L_8, 194 ABS8OP3 = OP3 | ABS | L_8, [all …]
|