mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
i386: Reformat OP_E_memory
* i386-dis.c (OP_E_memory): Reformat.
This commit is contained in:
parent
b4b08fa2aa
commit
5074ad8a66
@ -1,3 +1,7 @@
|
||||
2018-09-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (OP_E_memory): Reformat.
|
||||
|
||||
2018-09-14 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* i386-opc.tbl (crc32): Fold byte and word forms.
|
||||
|
@ -15297,11 +15297,11 @@ OP_E_memory (int bytemode, int sizeflag)
|
||||
case d_scalar_swap_mode:
|
||||
shift = 2;
|
||||
break;
|
||||
case w_scalar_mode:
|
||||
case w_scalar_mode:
|
||||
case xmm_mw_mode:
|
||||
shift = 1;
|
||||
break;
|
||||
case b_scalar_mode:
|
||||
case b_scalar_mode:
|
||||
case xmm_mb_mode:
|
||||
shift = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user