Home
last modified time | relevance | path

Searched refs:opcode_base (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dsh64-dis.c220 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base); in print_insn_shmedia()
396 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC in print_insn_shmedia()
427 if (op->opcode_base == SHMEDIA_MOVI_OPC) in print_insn_shmedia()
Dsh64-opc.h115 unsigned long opcode_base; member
/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c138 static int opcode_base; variable
172 (((op) - opcode_base) % line_range + line_base)
176 #define SPECIAL_ADDR(op) (((op) - opcode_base) / line_range)
1192 tmp += opcode_base; in size_inc_line_addr()
1274 tmp += opcode_base; in emit_inc_line_addr()
2086 opcode_base = DWARF2_LINE_OPCODE_BASE; in out_debug_line()
2093 opcode_base = DWARF5_EXPERIMENTAL_LINE_OPCODE_BASE; in out_debug_line()
2121 out_byte (opcode_base); in out_debug_line()
2136 if (opcode_base == DWARF5_EXPERIMENTAL_LINE_OPCODE_BASE) in out_debug_line()
/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc1701 header_.opcode_base = *lineptr; in read_header_prolog()
1704 header_.std_opcode_lengths.resize(header_.opcode_base + 1); in read_header_prolog()
1706 for (int i = 1; i < header_.opcode_base; i++) in read_header_prolog()
1994 if (opcode >= header_.opcode_base) in process_one_opcode()
1996 opcode -= header_.opcode_base; in process_one_opcode()
2070 * ((255 - header_.opcode_base) in process_one_opcode()
Ddwarf_reader.h1083 unsigned char opcode_base; member
/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c51 unsigned char opcode_base; member
1633 lh.opcode_base = read_1_byte (abfd, line_ptr); in decode_line_info()
1635 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
1640 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info()
1728 if (op_code >= lh.opcode_base) in decode_line_info()
1731 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
1880 * ((255 - lh.opcode_base) / lh.line_range)); in decode_line_info()
1883 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh64.c2489 unsigned long insn = opcode->opcode_base; in shmedia_build_Mytes()
2614 && opcode->opcode_base == SHMEDIA_MOVI_OPC in shmedia_build_Mytes()
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c4210 unsigned int version, opcode_base, bytes_read; in get_line_filename_and_dirname() local
4247 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); in get_line_filename_and_dirname()
4248 if (opcode_base == 0) in get_line_filename_and_dirname()
4251 hdrptr += opcode_base - 1; in get_line_filename_and_dirname()