mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Move Imm1 before Imm8.
2009-12-18 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (operand_types): Move Imm1 before Imm8.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-12-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* i386-gen.c (operand_types): Move Imm1 before Imm8.
|
||||||
|
|
||||||
2009-12-17 Nick Clifton <nickc@redhat.com>
|
2009-12-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR binutils/10924
|
PR binutils/10924
|
||||||
|
@ -378,13 +378,13 @@ static bitfield operand_types[] =
|
|||||||
BITFIELD (RegMMX),
|
BITFIELD (RegMMX),
|
||||||
BITFIELD (RegXMM),
|
BITFIELD (RegXMM),
|
||||||
BITFIELD (RegYMM),
|
BITFIELD (RegYMM),
|
||||||
|
BITFIELD (Imm1),
|
||||||
BITFIELD (Imm8),
|
BITFIELD (Imm8),
|
||||||
BITFIELD (Imm8S),
|
BITFIELD (Imm8S),
|
||||||
BITFIELD (Imm16),
|
BITFIELD (Imm16),
|
||||||
BITFIELD (Imm32),
|
BITFIELD (Imm32),
|
||||||
BITFIELD (Imm32S),
|
BITFIELD (Imm32S),
|
||||||
BITFIELD (Imm64),
|
BITFIELD (Imm64),
|
||||||
BITFIELD (Imm1),
|
|
||||||
BITFIELD (BaseIndex),
|
BITFIELD (BaseIndex),
|
||||||
BITFIELD (Disp8),
|
BITFIELD (Disp8),
|
||||||
BITFIELD (Disp16),
|
BITFIELD (Disp16),
|
||||||
|
Reference in New Issue
Block a user