Searched refs:mov_ops (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/perf/arch/x86/annotate/ |
D | instructions.c | 3 { .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/ |
D | instructions.c | 133 ops = &mov_ops; in sparc__associate_instruction_ops()
|
/linux-5.19.10/tools/perf/util/ |
D | annotate.c | 96 static struct ins_ops mov_ops; variable 609 static struct ins_ops mov_ops = { variable
|