mov_ops           133 tools/perf/arch/sparc/annotate/instructions.c 		ops = &mov_ops;
mov_ops             3 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "adc",	.ops = &mov_ops,  },
mov_ops             4 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "adcb",	.ops = &mov_ops,  },
mov_ops             5 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "adcl",	.ops = &mov_ops,  },
mov_ops             6 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "add",	.ops = &mov_ops,  },
mov_ops             7 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "addl",	.ops = &mov_ops,  },
mov_ops             8 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "addq",	.ops = &mov_ops,  },
mov_ops             9 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "addsd",	.ops = &mov_ops,  },
mov_ops            10 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "addw",	.ops = &mov_ops,  },
mov_ops            11 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "and",	.ops = &mov_ops,  },
mov_ops            12 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "andb",	.ops = &mov_ops,  },
mov_ops            13 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "andl",	.ops = &mov_ops,  },
mov_ops            14 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "andpd",	.ops = &mov_ops,  },
mov_ops            15 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "andps",	.ops = &mov_ops,  },
mov_ops            16 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "andq",	.ops = &mov_ops,  },
mov_ops            17 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "andw",	.ops = &mov_ops,  },
mov_ops            18 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "bsr",	.ops = &mov_ops,  },
mov_ops            19 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "bt",		.ops = &mov_ops,  },
mov_ops            20 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "btr",	.ops = &mov_ops,  },
mov_ops            21 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "bts",	.ops = &mov_ops,  },
mov_ops            22 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "btsq",	.ops = &mov_ops,  },
mov_ops            25 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmovbe",	.ops = &mov_ops,  },
mov_ops            26 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmove",	.ops = &mov_ops,  },
mov_ops            27 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmovae",	.ops = &mov_ops,  },
mov_ops            28 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmp",	.ops = &mov_ops,  },
mov_ops            29 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmpb",	.ops = &mov_ops,  },
mov_ops            30 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmpl",	.ops = &mov_ops,  },
mov_ops            31 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmpq",	.ops = &mov_ops,  },
mov_ops            32 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmpw",	.ops = &mov_ops,  },
mov_ops            33 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmpxch",	.ops = &mov_ops,  },
mov_ops            34 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cmpxchg",	.ops = &mov_ops,  },
mov_ops            35 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "cs",		.ops = &mov_ops,  },
mov_ops            38 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "divsd",	.ops = &mov_ops,  },
mov_ops            39 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "divss",	.ops = &mov_ops,  },
mov_ops            40 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "gs",		.ops = &mov_ops,  },
mov_ops            41 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "imul",	.ops = &mov_ops,  },
mov_ops            79 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "lea",	.ops = &mov_ops,  },
mov_ops            81 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "mov",	.ops = &mov_ops,  },
mov_ops            82 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movapd",	.ops = &mov_ops,  },
mov_ops            83 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movaps",	.ops = &mov_ops,  },
mov_ops            84 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movb",	.ops = &mov_ops,  },
mov_ops            85 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movdqa",	.ops = &mov_ops,  },
mov_ops            86 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movdqu",	.ops = &mov_ops,  },
mov_ops            87 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movl",	.ops = &mov_ops,  },
mov_ops            88 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movq",	.ops = &mov_ops,  },
mov_ops            89 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movsd",	.ops = &mov_ops,  },
mov_ops            90 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movslq",	.ops = &mov_ops,  },
mov_ops            91 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movss",	.ops = &mov_ops,  },
mov_ops            92 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movupd",	.ops = &mov_ops,  },
mov_ops            93 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movups",	.ops = &mov_ops,  },
mov_ops            94 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movw",	.ops = &mov_ops,  },
mov_ops            95 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movzbl",	.ops = &mov_ops,  },
mov_ops            96 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "movzwl",	.ops = &mov_ops,  },
mov_ops            97 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "mulsd",	.ops = &mov_ops,  },
mov_ops            98 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "mulss",	.ops = &mov_ops,  },
mov_ops           102 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "or",		.ops = &mov_ops,  },
mov_ops           103 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "orb",	.ops = &mov_ops,  },
mov_ops           104 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "orl",	.ops = &mov_ops,  },
mov_ops           105 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "orps",	.ops = &mov_ops,  },
mov_ops           106 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "orq",	.ops = &mov_ops,  },
mov_ops           107 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "pand",	.ops = &mov_ops,  },
mov_ops           108 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "paddq",	.ops = &mov_ops,  },
mov_ops           109 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "pcmpeqb",	.ops = &mov_ops,  },
mov_ops           110 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "por",	.ops = &mov_ops,  },
mov_ops           111 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "rclb",	.ops = &mov_ops,  },
mov_ops           112 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "rcll",	.ops = &mov_ops,  },
mov_ops           114 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "sbb",	.ops = &mov_ops,  },
mov_ops           115 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "sbbl",	.ops = &mov_ops,  },
mov_ops           116 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "sete",	.ops = &mov_ops,  },
mov_ops           117 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "sub",	.ops = &mov_ops,  },
mov_ops           118 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "subl",	.ops = &mov_ops,  },
mov_ops           119 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "subq",	.ops = &mov_ops,  },
mov_ops           120 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "subsd",	.ops = &mov_ops,  },
mov_ops           121 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "subw",	.ops = &mov_ops,  },
mov_ops           122 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "test",	.ops = &mov_ops,  },
mov_ops           123 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "testb",	.ops = &mov_ops,  },
mov_ops           124 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "testl",	.ops = &mov_ops,  },
mov_ops           125 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "ucomisd",	.ops = &mov_ops,  },
mov_ops           126 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "ucomiss",	.ops = &mov_ops,  },
mov_ops           127 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vaddsd",	.ops = &mov_ops,  },
mov_ops           128 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vandpd",	.ops = &mov_ops,  },
mov_ops           129 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vmovdqa",	.ops = &mov_ops,  },
mov_ops           130 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vmovq",	.ops = &mov_ops,  },
mov_ops           131 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vmovsd",	.ops = &mov_ops,  },
mov_ops           132 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vmulsd",	.ops = &mov_ops,  },
mov_ops           133 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vorpd",	.ops = &mov_ops,  },
mov_ops           134 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vsubsd",	.ops = &mov_ops,  },
mov_ops           135 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "vucomisd",	.ops = &mov_ops,  },
mov_ops           136 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xadd",	.ops = &mov_ops,  },
mov_ops           139 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xchg",	.ops = &mov_ops,  },
mov_ops           140 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xor",	.ops = &mov_ops, },
mov_ops           141 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xorb",	.ops = &mov_ops, },
mov_ops           142 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xorpd",	.ops = &mov_ops, },
mov_ops           143 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xorps",	.ops = &mov_ops, },
mov_ops            98 tools/perf/util/annotate.c static struct ins_ops mov_ops;
mov_ops           591 tools/perf/util/annotate.c static struct ins_ops mov_ops = {