Searched refs:find_opcode (Results 1 – 1 of 1) sorted by relevance
30 struct opcode *find_opcode __P ((unsigned long));199 if ((ctx.op = find_opcode (ctx.instr)) == 0) { in disppc()419 struct opcode *find_opcode (unsigned long instr) in find_opcode() function1086 if ((op = find_opcode (instr)) == (struct opcode *) 0) { in find_next_address()
Completed in 7 milliseconds