diff options
-rw-r--r-- | arch/x86/.gitignore | 1 | ||||
-rw-r--r-- | arch/x86/lib/x86-opcode-map.txt | 4 |
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 @@ | |||
1 | boot/compressed/vmlinux | 1 | boot/compressed/vmlinux |
2 | tools/test_get_len | 2 | tools/test_get_len |
3 | tools/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 | |||
210 | ac: LODS/B AL,Xb | 210 | ac: LODS/B AL,Xb |
211 | ad: LODS/W/D/Q rAX,Xv | 211 | ad: LODS/W/D/Q rAX,Xv |
212 | ae: SCAS/B AL,Yb | 212 | ae: SCAS/B AL,Yb |
213 | af: 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 | ||
215 | af: SCAS/W/D/Q rAX,Yv | ||
214 | # 0xb0 - 0xbf | 216 | # 0xb0 - 0xbf |
215 | b0: MOV AL/R8L,Ib | 217 | b0: MOV AL/R8L,Ib |
216 | b1: MOV CL/R9L,Ib | 218 | b1: MOV CL/R9L,Ib |