Home
last modified time | relevance | path

Searched refs:opcode_bits (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c52 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
54 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
DChangeLog-92972576 (opcode_bits, opcode_hash_table): New variables.