Searched refs:L_16 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
D | h8sx_disp2.s | 5 add.b #2,@(4,er0) ; L_16 8 add.w #2,@(1,er0) ; L_16 12 add.w #2,@(8,er0) ; L_16 15 add.l #2,@(1,er0) ; L_16 16 add.l #2,@(2,er0) ; L_16 20 add.l #2,@(16,er0) ; L_16
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 54 #define PSIZE (Hmode && !Nmode ? L_32 : L_16) 197 {"lbranch", sbranch, L_16}, 448 *mode = L_16 | REG | direction; in parse_reg() 473 *mode = L_16 | REG | direction; in parse_reg() 530 *mode |= L_16; in skip_colonthing() 590 case L_16: in constant_fits_size_p() 667 if (size != L_32 && size != L_16) in get_operand() 670 op->mode = (op->mode & ~SIZE) | L_16; in get_operand() 981 case L_16: in get_mova_operands() 1109 || (x_size == L_16 && (operands[i].reg & 8) == 8)) in get_specific() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | h8300-dis.c | 131 case L_16: in extract_immediate() 136 if ((looking_for & SIZE) == L_16) in extract_immediate() 207 case L_16: in print_one_arg() 225 case L_16: in print_one_arg() 267 if ((x & SIZE) == L_16 || in print_one_arg() 514 else if ((looking_for & SIZE) == L_16 in bfd_h8_disassemble()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | h8300.h | 38 L_16 = 0x80, enumerator 129 IMM16 = IMM | SRC | L_16, 139 RD16 = DST | L_16 | REG, 142 R3_16 = OP3 | L_16 | REG, 145 RS16 = SRC | L_16 | REG, 152 PCREL16 = PCREL | L_16, 155 OP3PCREL16 = OP3 | PCREL | L_16, 157 INDEXB16 = INDEXB | L_16, 158 INDEXW16 = INDEXW | L_16, 159 INDEXL16 = INDEXL | L_16, [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 4742 Don't always promote L_8 to L_16.
|