Searched refs:jump_ops (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-x86.c | 47 { .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 D | annotate-sparc.c | 148 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 D | annotate-riscv64.c | 19 ops = &jump_ops; in riscv64__associate_ins_ops()
|
| H A D | annotate-mips.c | 31 ops = &jump_ops; in mips__associate_ins_ops()
|
| H A D | annotate-csky.c | 26 ops = &jump_ops; in csky__associate_ins_ops()
|
| H A D | annotate-arm.c | 25 ops = &jump_ops; in arm__associate_instruction_ops()
|
| H A D | annotate-arm64.c | 79 ops = &jump_ops; in arm64__associate_instruction_ops()
|
| H A D | annotate-s390.c | 129 ops = &jump_ops; in s390__associate_ins_ops()
|
| H A D | annotate-powerpc.c | 111 ops = &jump_ops; in powerpc__associate_instruction_ops()
|
| /linux/tools/perf/util/ |
| H A D | disasm.h | 117 extern const struct ins_ops jump_ops;
|
| H A D | disasm.c | 43 const struct ins_ops jump_ops; variable 462 const struct ins_ops jump_ops = { variable
|