Searched refs:mov_ops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/ |
H A 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...] |
/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 11 { .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...] |
/kernel/linux/linux-5.10/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 133 ops = &mov_ops; in sparc__associate_instruction_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 133 ops = &mov_ops; in sparc__associate_instruction_ops()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 98 static struct ins_ops mov_ops; variable 607 static struct ins_ops mov_ops = { variable
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 94 static struct ins_ops mov_ops; variable 629 static struct ins_ops mov_ops = { variable
|
Completed in 10 milliseconds