diff options
| author | he <he@NetBSD.org> | 1999-01-14 21:25:21 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 1999-01-14 21:25:21 +0000 |
| commit | 94a54434a504bb41d9bed8bb94a352e7c5496600 (patch) | |
| tree | 973712a9fc62f2d142a45edb9d864c7d04b5efd9 /gnu/dist/include/opcode | |
| parent | 4128f9df1e0dac4363962a67ee836264b55e6077 (diff) | |
Fix 'pand' MMX instruction opcode (and disassemble).
Crucial assistance from Bill Sommerfeld on port-i386.
Fixes bin/6809 by yours truly.
Diffstat (limited to 'gnu/dist/include/opcode')
| -rw-r--r-- | gnu/dist/include/opcode/i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/include/opcode/i386.h b/gnu/dist/include/opcode/i386.h index c74d2d6a270..e2eb404f0f6 100644 --- a/gnu/dist/include/opcode/i386.h +++ b/gnu/dist/include/opcode/i386.h @@ -828,7 +828,7 @@ static const template i386_optab[] = { {"paddsw", 2, 0x0fed, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, {"paddusb", 2, 0x0fdc, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, {"paddusw", 2, 0x0fdd, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, -{"pand", 2, 0x0fda, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, +{"pand", 2, 0x0fdb, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, {"pandn", 2, 0x0fdf, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, {"pcmpeqb", 2, 0x0f74, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, {"pcmpeqw", 2, 0x0f75, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, |
