Searched refs:find_opcode (Results 1 – 2 of 2) sorted by relevance
29 struct opcode *find_opcode __P ((unsigned long));198 if ((ctx.op = find_opcode (ctx.instr)) == 0) { in disppc()418 struct opcode *find_opcode (unsigned long instr) in find_opcode() function1085 if ((op = find_opcode (instr)) == (struct opcode *) 0) { in find_next_address()
9501 find_opcode(tilegx_bundle_bits bits, tilegx_pipeline pipe) in find_opcode() function9549 opc = find_opcode (bits, (tilegx_pipeline)pipe); in parse_insn_tilegx()