Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c11 { .name = "adc", .ops = &mov_ops, },
12 { .name = "add", .ops = &mov_ops, },
13 { .name = "addsd", .ops = &mov_ops, },
14 { .name = "and", .ops = &mov_ops, },
15 { .name = "andpd", .ops = &mov_ops, },
16 { .name = "andps", .ops = &mov_ops, },
17 { .name = "bsr", .ops = &mov_ops, },
18 { .name = "bt", .ops = &mov_ops, },
19 { .name = "btr", .ops = &mov_ops, },
20 { .name = "bts", .ops = &mov_ops, },
[all …]
/linux/tools/perf/arch/sparc/annotate/
H A Dinstructions.c133 ops = &mov_ops; in sparc__associate_instruction_ops()
/linux/tools/perf/util/
H A Ddisasm.c36 static struct ins_ops mov_ops; variable
683 static struct ins_ops mov_ops = { variable