]> Git Repo - linux.git/blobdiff - tools/perf/arch/x86/annotate/instructions.c
treewide: remove meaningless assignments in Makefiles
[linux.git] / tools / perf / arch / x86 / annotate / instructions.c
index 5f4ac4fc7fcf788d07ac84b3484396d0424542dc..5cdf457f5cbeecb1d5664c45cf334ff2569a4eac 100644 (file)
@@ -74,12 +74,15 @@ static struct ins x86__instructions[] = {
        { .name = "movdqa",     .ops = &mov_ops,  },
        { .name = "movdqu",     .ops = &mov_ops,  },
        { .name = "movsd",      .ops = &mov_ops,  },
-       { .name = "movslq",     .ops = &mov_ops,  },
        { .name = "movss",      .ops = &mov_ops,  },
+       { .name = "movsb",      .ops = &mov_ops,  },
+       { .name = "movsw",      .ops = &mov_ops,  },
+       { .name = "movsl",      .ops = &mov_ops,  },
        { .name = "movupd",     .ops = &mov_ops,  },
        { .name = "movups",     .ops = &mov_ops,  },
-       { .name = "movzbl",     .ops = &mov_ops,  },
-       { .name = "movzwl",     .ops = &mov_ops,  },
+       { .name = "movzb",      .ops = &mov_ops,  },
+       { .name = "movzw",      .ops = &mov_ops,  },
+       { .name = "movzl",      .ops = &mov_ops,  },
        { .name = "mulsd",      .ops = &mov_ops,  },
        { .name = "mulss",      .ops = &mov_ops,  },
        { .name = "nop",        .ops = &nop_ops,  },
This page took 0.03442 seconds and 4 git commands to generate.