Home
last modified time | relevance | path

Searched refs:arithmetic_ops (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/annotate-arch/
H A Dannotate-powerpc.c57 static const struct ins_ops arithmetic_ops = { variable
318 return &arithmetic_ops; in check_ppc_insn()
321 return &arithmetic_ops; in check_ppc_insn()
328 return &arithmetic_ops; in check_ppc_insn()
/linux/tools/perf/util/
H A Ddisasm.c49 const struct ins_ops arithmetic_ops; variable