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

/haiku-buildtools/legacy/binutils/opcodes/
H A Dsh64-opc.h112 unsigned long opcode_base; member in struct:__anon3087
H A Dsh64-dis.c220 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base);
396 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC
427 if (op->opcode_base == SHMEDIA_MOVI_OPC)
/haiku-buildtools/binutils/opcodes/
H A Dsh64-opc.h115 unsigned long opcode_base; member in struct:__anon1151
H A Dsh64-dis.c220 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base);
396 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC
427 if (op->opcode_base == SHMEDIA_MOVI_OPC)
/haiku-buildtools/binutils/gold/
H A Ddwarf_reader.cc1664 header_.opcode_base = *lineptr;
1667 header_.std_opcode_lengths.resize(header_.opcode_base + 1);
1669 for (int i = 1; i < header_.opcode_base; i++)
1761 // If the opcode is great than the opcode_base, it is a special
1763 if (opcode >= header_.opcode_base)
1765 opcode -= header_.opcode_base;
1839 * ((255 - header_.opcode_base)
H A Ddwarf_reader.h1070 unsigned char opcode_base; member in struct:gold::Sized_dwarf_line_info::Dwarf_line_infoHeader
/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c50 unsigned char opcode_base; member in struct:line_head
1035 lh.opcode_base = read_1_byte (abfd, line_ptr);
1037 amt = lh.opcode_base * sizeof (unsigned char);
1042 for (i = 1; i < lh.opcode_base; ++i)
1136 if (op_code >= lh.opcode_base)
1139 adj_opcode = op_code - lh.opcode_base;
1257 * ((255 - lh.opcode_base) / lh.line_range);
/haiku-buildtools/gcc/libbacktrace/
H A Ddwarf.c187 unsigned int opcode_base; member in struct:line_header
1615 hdr->opcode_base = read_byte (&hdr_buf);
1617 if (!advance (&hdr_buf, hdr->opcode_base - 1))
1763 if (op >= hdr->opcode_base)
1768 op -= hdr->opcode_base;
1910 op = 255 - hdr->opcode_base;
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c51 unsigned char opcode_base; member in struct:line_head
1851 lh.opcode_base = read_1_byte (abfd, line_ptr, line_end);
1854 if (line_ptr + (lh.opcode_base - 1) >= line_end)
1861 amt = lh.opcode_base * sizeof (unsigned char);
1866 for (i = 1; i < lh.opcode_base; ++i)
1952 if (op_code >= lh.opcode_base)
1955 adj_opcode = op_code - lh.opcode_base;
2106 * ((255 - lh.opcode_base) / lh.line_range));
2109 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-sh64.c2490 unsigned long insn = opcode->opcode_base;
2615 && opcode->opcode_base == SHMEDIA_MOVI_OPC
/haiku-buildtools/binutils/gas/config/
H A Dtc-sh64.c2491 unsigned long insn = opcode->opcode_base;
2616 && opcode->opcode_base == SHMEDIA_MOVI_OPC
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c4020 unsigned int version, opcode_base, bytes_read; local
4057 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end);
4058 if (opcode_base == 0)
4061 hdrptr += opcode_base - 1;

Completed in 287 milliseconds