Searched refs:opcode_base (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsh64-opc.h115 unsigned long opcode_base; member in struct:__anon3870
H A Dsh64-dis.c221 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base);
397 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC
428 if (op->opcode_base == SHMEDIA_MOVI_OPC)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsh64-opc.h115 unsigned long opcode_base; member in struct:__anon1214
H A Dsh64-dis.c221 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base);
397 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC
428 if (op->opcode_base == SHMEDIA_MOVI_OPC)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc184 header_.opcode_base = *lineptr;
187 header_.std_opcode_lengths.reserve(header_.opcode_base + 1);
189 for (int i = 1; i < header_.opcode_base; i++)
285 // If the opcode is great than the opcode_base, it is a special
287 if (opcode >= header_.opcode_base)
289 opcode -= header_.opcode_base;
363 * ((255 - header_.opcode_base)
H A Ddwarf_reader.h169 unsigned char opcode_base; member in struct:gold::Sized_dwarf_line_info::Dwarf_line_infoHeader
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c52 unsigned char opcode_base; member in struct:line_head
1475 lh.opcode_base = read_1_byte (abfd, line_ptr);
1477 amt = lh.opcode_base * sizeof (unsigned char);
1482 for (i = 1; i < lh.opcode_base; ++i)
1569 if (op_code >= lh.opcode_base)
1572 adj_opcode = op_code - lh.opcode_base;
1713 * ((255 - lh.opcode_base) / lh.line_range);
1716 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c52 unsigned char opcode_base; member in struct:line_head
1475 lh.opcode_base = read_1_byte (abfd, line_ptr);
1477 amt = lh.opcode_base * sizeof (unsigned char);
1482 for (i = 1; i < lh.opcode_base; ++i)
1569 if (op_code >= lh.opcode_base)
1572 adj_opcode = op_code - lh.opcode_base;
1713 * ((255 - lh.opcode_base) / lh.line_range);
1716 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh64.c2490 unsigned long insn = opcode->opcode_base;
2615 && opcode->opcode_base == SHMEDIA_MOVI_OPC
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c113 unsigned char opcode_base; /* number assigned to first special member in struct:statement_prologue
510 unsigned char opcode_base; member in struct:line_header
515 element is standard_opcode_lengths[opcode_base - 1]. */
10433 lh->opcode_base = read_1_byte (abfd, line_ptr);
10436 = xmalloc (lh->opcode_base * sizeof (lh->standard_opcode_lengths[0]));
10439 for (i = 1; i < lh->opcode_base; ++i)
10697 if (op_code >= lh->opcode_base)
10700 adj_opcode = op_code - lh->opcode_base;
10889 CORE_ADDR adjust = (255 - lh->opcode_base) / lh->line_range;

Completed in 2276 milliseconds