Searched refs:opcode_bits (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | sparc-dis.c | 53 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable 55 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
|
H A D | ChangeLog-9297 | 2576 (opcode_bits, opcode_hash_table): New variables.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | sparc-dis.c | 53 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable 55 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
|
H A D | ChangeLog-9297 | 2576 (opcode_bits, opcode_hash_table): New variables.
|
/netbsd-src/sys/dev/pci/igc/ |
H A D | igc_hw.h | 328 uint16_t opcode_bits; member
|
H A D | igc_i225.c | 52 nvm->opcode_bits = 8; in igc_init_nvm_params_i225()
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-9297 | 2576 (opcode_bits, opcode_hash_table): New variables.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-9297 | 2576 (opcode_bits, opcode_hash_table): New variables.
|