HomeSort by relevance Sort by last modified time
    Searched full:extract_opcode (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c 64 unsigned int (*extract_opcode) (unsigned int); member in struct:_nios2_disassembler_state
97 if (i == state->extract_opcode (op->match)
106 else if (i == state->extract_opcode (op->match))
176 for (entry = state->ps_hash[state->extract_opcode (opcode)];
182 for (entry = state->hash[state->extract_opcode (opcode)];
  /hardware/google/apf/
apf_disassembler.c 85 const uint32_t opcode = EXTRACT_OPCODE(bytecode);
apf_interpreter.c 88 const uint32_t opcode = EXTRACT_OPCODE(bytecode);
apf.h 159 #define EXTRACT_OPCODE(i) (((i) >> 3) & 31)

Completed in 365 milliseconds