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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c272 static struct ins_ops mov_ops = { variable in typeref:struct:ins_ops
332 { .name = "add", .ops = &mov_ops, },
333 { .name = "addl", .ops = &mov_ops, },
334 { .name = "addq", .ops = &mov_ops, },
335 { .name = "addw", .ops = &mov_ops, },
336 { .name = "and", .ops = &mov_ops, },
337 { .name = "bts", .ops = &mov_ops, },
340 { .name = "cmp", .ops = &mov_ops, },
341 { .name = "cmpb", .ops = &mov_ops, },
342 { .name = "cmpl", .ops = &mov_ops, },
[all...]

Completed in 482 milliseconds