commit | 0820c9f5fc13047b4b25361d6d3bb0ceb2a611d8 | [log] [tgz] |
---|---|---|
author | Cui, Lili <lili.cui@intel.com> | Mon May 06 14:16:13 2024 +0800 |
committer | Cui, Lili <lili.cui@intel.com> | Mon May 06 18:21:28 2024 +0800 |
tree | e162ae8ce3c2e1820cb7a3f1d3edde9a9d8bd546 | |
parent | f2a3a8814da7c18144e517c11ac84ef6799b0534 [diff] |
x86: Drop SwapSources gas/ChangeLog: * config/tc-i386.c (build_modrm_byte): Dropped the use of SWAP_SOURCES to encode the vvvv register. opcodes/ChangeLog: * i386-opc.h (SWAP_SOURCES): Dropped. (NO_DEFAULT_MASK): Adjusted the value. (ADDR_PREFIX_OP_REG): Ditto. (DISTINCT_DEST): Ditto. (IMPLICIT_STACK_OP): Ditto. (VexVVVV_SRC2): New. * i386-opc.tbl: Dropped SwapSources and replaced its VexVVVV with Src1VVVV. * i386-tbl.h: Regenerated.