Home
last modified time | relevance | path

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

/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c47 { .name = "ja", .ops = &jump_ops, },
48 { .name = "jae", .ops = &jump_ops, },
49 { .name = "jb", .ops = &jump_ops, },
50 { .name = "jbe", .ops = &jump_ops, },
51 { .name = "jc", .ops = &jump_ops, },
52 { .name = "jcxz", .ops = &jump_ops, },
53 { .name = "je", .ops = &jump_ops, },
54 { .name = "jecxz", .ops = &jump_ops, },
55 { .name = "jg", .ops = &jump_ops, },
56 { .name = "jge", .ops = &jump_ops, },
[all …]
H A Dannotate-sparc.c148 ops = &jump_ops; in sparc__associate_instruction_ops()
150 ops = &jump_ops; in sparc__associate_instruction_ops()
154 ops = &jump_ops; in sparc__associate_instruction_ops()
H A Dannotate-riscv64.c19 ops = &jump_ops; in riscv64__associate_ins_ops()
H A Dannotate-mips.c31 ops = &jump_ops; in mips__associate_ins_ops()
H A Dannotate-csky.c26 ops = &jump_ops; in csky__associate_ins_ops()
H A Dannotate-arm.c25 ops = &jump_ops; in arm__associate_instruction_ops()
H A Dannotate-arm64.c79 ops = &jump_ops; in arm64__associate_instruction_ops()
H A Dannotate-s390.c129 ops = &jump_ops; in s390__associate_ins_ops()
H A Dannotate-powerpc.c111 ops = &jump_ops; in powerpc__associate_instruction_ops()
/linux/tools/perf/util/
H A Ddisasm.h117 extern const struct ins_ops jump_ops;
H A Ddisasm.c43 const struct ins_ops jump_ops; variable
462 const struct ins_ops jump_ops = { variable