diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-10-16 20:07:36 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-17 03:53:58 -0400 |
commit | 8c95bc3e206cff7a55edd2fc5f0e2b305d57903f (patch) | |
tree | db87c4a9c8d4c0e1d1137bc72389334b6d0e61dd /arch/x86/lib | |
parent | e63cc2397ecc0f2b604f22fb9cdbb05911c1e5d4 (diff) |
x86: Add MMX/SSE opcode groups to opcode map
Add missing MMX/SSE opcode groups to x86 opcode map.
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20091017000736.16556.29061.stgit@dhcp-100-2-132.bos.redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/lib')
-rw-r--r-- | arch/x86/lib/x86-opcode-map.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/lib/x86-opcode-map.txt b/arch/x86/lib/x86-opcode-map.txt index 78a0daf12e15..e7285d8379e3 100644 --- a/arch/x86/lib/x86-opcode-map.txt +++ b/arch/x86/lib/x86-opcode-map.txt | |||
@@ -777,12 +777,22 @@ GrpTable: Grp11 | |||
777 | EndTable | 777 | EndTable |
778 | 778 | ||
779 | GrpTable: Grp12 | 779 | GrpTable: Grp12 |
780 | 2: psrlw Nq,Ib (11B) | psrlw Udq,Ib (66),(11B) | ||
781 | 4: psraw Nq,Ib (11B) | psraw Udq,Ib (66),(11B) | ||
782 | 6: psllw Nq,Ib (11B) | psllw Udq,Ib (66),(11B) | ||
780 | EndTable | 783 | EndTable |
781 | 784 | ||
782 | GrpTable: Grp13 | 785 | GrpTable: Grp13 |
786 | 2: psrld Nq,Ib (11B) | psrld Udq,Ib (66),(11B) | ||
787 | 4: psrad Nq,Ib (11B) | psrad Udq,Ib (66),(11B) | ||
788 | 6: pslld Nq,Ib (11B) | pslld Udq,Ib (66),(11B) | ||
783 | EndTable | 789 | EndTable |
784 | 790 | ||
785 | GrpTable: Grp14 | 791 | GrpTable: Grp14 |
792 | 2: psrlq Nq,Ib (11B) | psrlq Udq,Ib (66),(11B) | ||
793 | 3: psrldq Udq,Ib (66),(11B) | ||
794 | 6: psllq Nq,Ib (11B) | psllq Udq,Ib (66),(11B) | ||
795 | 7: pslldq Udq,Ib (66),(11B) | ||
786 | EndTable | 796 | EndTable |
787 | 797 | ||
788 | GrpTable: Grp15 | 798 | GrpTable: Grp15 |