Home
last modified time | relevance | path

Searched refs:jump_ops (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c35 { .name = "ja", .ops = &jump_ops, },
36 { .name = "jae", .ops = &jump_ops, },
37 { .name = "jb", .ops = &jump_ops, },
38 { .name = "jbe", .ops = &jump_ops, },
39 { .name = "jc", .ops = &jump_ops, },
40 { .name = "jcxz", .ops = &jump_ops, },
41 { .name = "je", .ops = &jump_ops, },
42 { .name = "jecxz", .ops = &jump_ops, },
43 { .name = "jg", .ops = &jump_ops, },
44 { .name = "jge", .ops = &jump_ops, },
[all …]
/linux/tools/perf/arch/sparc/annotate/
H A Dinstructions.c144 ops = &jump_ops; in sparc__associate_instruction_ops()
146 ops = &jump_ops; in sparc__associate_instruction_ops()
150 ops = &jump_ops; in sparc__associate_instruction_ops()
/linux/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c15 ops = &jump_ops; in riscv64__associate_ins_ops()
/linux/tools/perf/arch/csky/annotate/
H A Dinstructions.c24 ops = &jump_ops; in csky__associate_ins_ops()
/linux/tools/perf/arch/mips/annotate/
H A Dinstructions.c27 ops = &jump_ops; in mips__associate_ins_ops()
/linux/tools/perf/arch/arm/annotate/
H A Dinstructions.c22 ops = &jump_ops; in arm__associate_instruction_ops()
/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c77 ops = &jump_ops; in arm64__associate_instruction_ops()
/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c115 ops = &jump_ops; in s390__associate_ins_ops()
/linux/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c19 ops = &jump_ops; in powerpc__associate_instruction_ops()
/linux/tools/perf/util/
H A Ddisasm.c35 static struct ins_ops jump_ops; variable
483 static struct ins_ops jump_ops = { variable
491 return ins->ops == &jump_ops || ins->ops == &loongarch_jump_ops; in ins__is_jump()