Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c95 static struct ins_ops loongarch_jump_ops = { variable
116 ops = &loongarch_jump_ops; in loongarch__associate_ins_ops()
/openbmc/linux/tools/perf/util/
H A Dannotate.c475 return ins->ops == &jump_ops || ins->ops == &loongarch_jump_ops; in ins__is_jump()