Browse Source

* i386.h: Add comment regarding sse* insns and prefixes.

cgen-1_1-branch
Doug Evans 18 years ago
parent
commit
fedc618eee
  1. 4
      include/opcode/ChangeLog
  2. 5
      include/opcode/i386.h

4
include/opcode/ChangeLog

@ -1,3 +1,7 @@
2009-02-06 Doug Evans <dje@google.com>
* i386.h: Add comment regarding sse* insns and prefixes.
2009-02-03 Sandip Matte <sandip@rmicorp.com>
* mips.h (INSN_XLR): Define.

5
include/opcode/i386.h

@ -59,6 +59,11 @@
/* The opcode for the fwait instruction, which disassembler treats as a
prefix when it can. */
#define FWAIT_OPCODE 0x9b
/* Instruction prefixes.
NOTE: For certain SSE* instructions, 0x66,0xf2,0xf3 are treated as
part of the opcode. Other prefixes may still appear between them
and the 0x0f part of the opcode. */
#define ADDR_PREFIX_OPCODE 0x67
#define DATA_PREFIX_OPCODE 0x66
#define LOCK_PREFIX_OPCODE 0xf0

Loading…
Cancel
Save