Searched refs:L_32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/h8300/ |
D | h8sx_disp2.s | 6 add.b #2,@(foo+1,er0) ; L_32 13 add.w #2,@(foo+2,er0) ; L_32 21 add.l #2,@(foo+4,er0) ; L_32
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-h8300.c | 60 #define PSIZE (Hmode && !Nmode ? L_32 : L_16) 445 *mode = L_32 | REG | direction; in parse_reg() 533 *mode |= L_32; in skip_colonthing() 600 case L_32: in constant_fits_size_p() 667 if (size != L_32) in get_operand() 672 if (size != L_32 && size != L_16) in get_operand() 679 if (size != L_32 && size != L_8) in get_operand() 733 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand() 845 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand() 855 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand() [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | h8300-dis.c | 140 case L_32: in extract_immediate() 212 case L_32: in print_one_arg() 231 case L_32: in print_one_arg() 528 else if ((looking_for & SIZE) == L_32) in bfd_h8_disassemble()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | h8300.h | 41 L_32 = 0xB0, enumerator 131 IMM32 = IMM | SRC | L_32, 140 RD32 = DST | L_32 | REG, 143 R3_32 = OP3 | L_32 | REG, 146 RS32 = SRC | L_32 | REG, 164 INDEXB32 = INDEXB | L_32, 165 INDEXW32 = INDEXW | L_32, 166 INDEXL32 = INDEXL | L_32, 167 INDEXB32D = INDEXB | L_32 | DST, 168 INDEXW32D = INDEXW | L_32 | DST, [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9697 | 4741 (get_specific): Promote L_24 to L_32 if it makes a match. 4743 (do_a_fix_imm): Clean up L_32 and L_24 handling.
|
D | ChangeLog-0001 | 6470 X_add_symbol L_32 case.
|