Unbreak CMPSW/CMPSD/CMPSQ

The CMPSW/CMPSD/CMPSQ instructions were broken by checkin
a30cc07224 due to an incorrect removal
of \1 (should only have been removed after \144-147 and \154-157).  I
have verified that no other instructions were affected.
This commit is contained in:
H. Peter Anvin 2007-11-20 21:45:16 -08:00
parent 2e188be556
commit 15c1e5aa4d

View File

@ -263,9 +263,9 @@ CMP mem,imm8 \1\x80\207\21 8086,SM
CMP mem,imm16 \320\145\x81\207\141 8086,SM
CMP mem,imm32 \321\155\x81\207\151 386,SM
CMPSB void \335\1\xA6 8086
CMPSD void \335\321\xA7 386
CMPSQ void \335\324\xA7 X64
CMPSW void \335\320\xA7 8086
CMPSD void \335\321\1\xA7 386
CMPSQ void \335\324\1\xA7 X64
CMPSW void \335\320\1\xA7 8086
CMPXCHG mem,reg8 \2\x0F\xB0\101 PENT,SM
CMPXCHG reg8,reg8 \2\x0F\xB0\101 PENT
CMPXCHG mem,reg16 \320\2\x0F\xB1\101 PENT,SM