aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/x86-opcode-map.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/x86-opcode-map.txt')
-rw-r--r--arch/x86/lib/x86-opcode-map.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/lib/x86-opcode-map.txt b/arch/x86/lib/x86-opcode-map.txt
index a793da5e560..8641bbb8e00 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