Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/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.h112 unsigned long opcode_base; member
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Ddwarf2.c50 unsigned char opcode_base; member
1002 lh.opcode_base = read_1_byte (abfd, line_ptr); in decode_line_info()
1004 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
1009 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info()
1103 if (op_code >= lh.opcode_base) in decode_line_info()
1106 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
1224 * ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c145 unsigned char opcode_base; /* number assigned to first special member
402 unsigned char opcode_base; member
6349 lh->opcode_base = read_1_byte (abfd, line_ptr); in dwarf_decode_line_header()
6352 = (unsigned char *) xmalloc (lh->opcode_base * sizeof (unsigned char)); in dwarf_decode_line_header()
6355 for (i = 1; i < lh->opcode_base; ++i) in dwarf_decode_line_header()
6511 if (op_code >= lh->opcode_base) in dwarf_decode_lines()
6514 adj_opcode = op_code - lh->opcode_base; in dwarf_decode_lines()
6624 * ((255 - lh->opcode_base) / lh->line_range)); in dwarf_decode_lines()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh64.c2490 unsigned long insn = opcode->opcode_base; in shmedia_build_Mytes()
2615 && opcode->opcode_base == SHMEDIA_MOVI_OPC in shmedia_build_Mytes()