Home
last modified time | relevance | path

Searched refs:mov_ops (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c24 { .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 Dannotate-sparc.c137 ops = &mov_ops; in sparc__associate_instruction_ops()
/linux/tools/perf/util/
H A Ddisasm.h118 extern const struct ins_ops mov_ops;
H A Ddisasm.c45 const struct ins_ops mov_ops; variable
665 const struct ins_ops mov_ops = { variable