Searched refs:opcode_bits (Results 1 – 2 of 2) sorted by relevance
52 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable54 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
2576 (opcode_bits, opcode_hash_table): New variables.