Searched refs:mov_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-x86.c | 24 { .name = "adc", .ops = &mov_ops, }, 25 { .name = "add", .ops = &mov_ops, }, 26 { .name = "addsd", .ops = &mov_ops, }, 27 { .name = "and", .ops = &mov_ops, }, 28 { .name = "andpd", .ops = &mov_ops, }, 29 { .name = "andps", .ops = &mov_ops, }, 30 { .name = "bsr", .ops = &mov_ops, }, 31 { .name = "bt", .ops = &mov_ops, }, 32 { .name = "btr", .ops = &mov_ops, }, 33 { .name = "bts", .ops = &mov_ops, }, [all...] |
| H A D | annotate-sparc.c | 137 ops = &mov_ops; in sparc__associate_instruction_ops()
|
| /linux/tools/perf/util/ |
| H A D | disasm.h | 118 extern const struct ins_ops mov_ops;
|
| H A D | disasm.c | 45 const struct ins_ops mov_ops; variable 665 const struct ins_ops mov_ops = { variable
|