Searched refs:opcode_table (Results 1 – 4 of 4) sorted by relevance
15 extern const struct opcode_table { struct23 } opcode_table[]; argument30 return opcode_table[opcode].to_float; in opcode_float()
25 const struct opcode_table opcode_table[OP_LAST] = { variable
407 return opcode_table[insn->opcode].flags & OPF_TARGET; in has_target()1000 insn->opcode = inverse ? opcode_table[opcode].negate : opcode; in simplify_seteq_setne()1248 insn->opcode = opcode_table[insn->opcode].swap; in canonicalize_compare()
1407 return opcode_table[opcode].to_float; in map_opcode()