Searched refs:L_8 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 56 static int bsize = L_8; /* Default branch displacement. */ 196 {"sbranch", sbranch, L_8}, 461 *mode = L_8 | REG | direction; in parse_reg() 467 *mode = L_8 | REG | direction; in parse_reg() 516 *mode |= L_8; in skip_colonthing() 585 case L_8: in constant_fits_size_p() 674 if (size != L_32 && size != L_8) in get_operand() 677 op->mode = (op->mode & ~SIZE) | L_8; in get_operand() 978 case L_8: in get_mova_operands() 1108 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | h8300-dis.c | 127 case L_8: in extract_immediate() 204 case L_8: in print_one_arg() 221 case L_8: in print_one_arg() 572 else if ((looking_for & SIZE) == L_8) in bfd_h8_disassemble()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | h8300.h | 36 L_8 = 0x60, enumerator 127 IMM8 = IMM | SRC | L_8, 138 RD8 = DST | L_8 | REG, 141 R3_8 = OP3 | L_8 | REG, 144 RS8 = SRC | L_8 | REG, 151 PCREL8 = PCREL | L_8, 154 OP3PCREL8 = OP3 | PCREL | L_8, 182 ABS8SRC = SRC | ABS | L_8, 187 ABS8DST = DST | ABS | L_8, 192 ABS8OP3 = OP3 | ABS | L_8, [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 4742 Don't always promote L_8 to L_16.
|
D | ChangeLog-9295 | 3699 (skip_colonthing): Set L_8 if ":8" is specified.
|