diff options
| author | Masami Hiramatsu <[email protected]> | 2009-10-16 20:07:44 -0400 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-10-17 09:53:59 +0200 |
| commit | d1baf5a5a6088e2991b7dbbd370ff200bd6615ce (patch) | |
| tree | 73d733aa6ae1f511049f11d5c19a3354fdf641dd /include/linux | |
| parent | 8c95bc3e206cff7a55edd2fc5f0e2b305d57903f (diff) | |
x86: Add AMD prefetch and 3DNow! opcodes to opcode map
Add AMD prefetch and 3DNow! opcode including FEMMS. Since 3DNow!
uses the last immediate byte as an opcode extension byte, x86
insn just treats the extenstion byte as an immediate byte
instead of a part of opcode (insn_get_opcode() decodes first
"0x0f 0x0f" bytes.)
Users who are interested in analyzing 3DNow! opcode still can
decode it by analyzing the immediate byte.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions