Home
last modified time | relevance | path

Searched refs:opcode_table (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.h15 extern const struct opcode_table { struct
23 } opcode_table[]; variable
30 return opcode_table[opcode].to_float; in opcode_float()
H A Dopcode.c25 const struct opcode_table opcode_table[OP_LAST] = { variable
H A Dsimplify.c407 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()
H A Dlinearize.c1407 return opcode_table[opcode].to_float; in map_opcode()