Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/arch/x86/annotate/
Dinstructions.c3 { .name = "adc", .ops = &mov_ops, },
4 { .name = "adcb", .ops = &mov_ops, },
5 { .name = "adcl", .ops = &mov_ops, },
6 { .name = "add", .ops = &mov_ops, },
7 { .name = "addl", .ops = &mov_ops, },
8 { .name = "addq", .ops = &mov_ops, },
9 { .name = "addsd", .ops = &mov_ops, },
10 { .name = "addw", .ops = &mov_ops, },
11 { .name = "and", .ops = &mov_ops, },
12 { .name = "andb", .ops = &mov_ops, },
[all …]
/linux-5.19.10/tools/perf/arch/sparc/annotate/
Dinstructions.c133 ops = &mov_ops; in sparc__associate_instruction_ops()
/linux-5.19.10/tools/perf/util/
Dannotate.c96 static struct ins_ops mov_ops; variable
609 static struct ins_ops mov_ops = { variable