aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/.gitignore1
-rw-r--r--arch/x86/lib/x86-opcode-map.txt4
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index 028079065af6..7cab8c08e6d1 100644
--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,3 +1,4 @@
1boot/compressed/vmlinux 1boot/compressed/vmlinux
2tools/test_get_len 2tools/test_get_len
3tools/insn_sanity
3 4
diff --git a/arch/x86/lib/x86-opcode-map.txt b/arch/x86/lib/x86-opcode-map.txt
index a793da5e560e..8641bbb8e006 100644
--- a/arch/x86/lib/x86-opcode-map.txt
+++ b/arch/x86/lib/x86-opcode-map.txt
@@ -210,7 +210,9 @@ ab: STOS/W/D/Q Yv,rAX
210ac: LODS/B AL,Xb 210ac: LODS/B AL,Xb
211ad: LODS/W/D/Q rAX,Xv 211ad: LODS/W/D/Q rAX,Xv
212ae: SCAS/B AL,Yb 212ae: SCAS/B AL,Yb
213af: SCAS/W/D/Q rAX,Xv 213# Note: The May 2011 Intel manual shows Xv for the second parameter of the
214# next instruction but Yv is correct
215af: SCAS/W/D/Q rAX,Yv
214# 0xb0 - 0xbf 216# 0xb0 - 0xbf
215b0: MOV AL/R8L,Ib 217b0: MOV AL/R8L,Ib
216b1: MOV CL/R9L,Ib 218b1: MOV CL/R9L,Ib