diff options
author | Cui, Lili <lili.cui@intel.com> | 2024-07-05 09:55:41 +0800 |
---|---|---|
committer | Cui, Lili <lili.cui@intel.com> | 2024-07-05 09:55:41 +0800 |
commit | fc111d56dd5128d633201ef81f6e5dd5b86c24c1 (patch) | |
tree | efa4c795a53fc562d6d8661d417cf966601e9b42 /gprofng/src | |
parent | f95476cc5e51923b206d4c9c9a1bb1c309808431 (diff) | |
download | binutils-fc111d56dd5128d633201ef81f6e5dd5b86c24c1.zip binutils-fc111d56dd5128d633201ef81f6e5dd5b86c24c1.tar.gz binutils-fc111d56dd5128d633201ef81f6e5dd5b86c24c1.tar.bz2 |
x86: Correct position of ".s" for CCMPcc in disassembler
Added new macro %SW to CCMPcc to print ".s" after the mnemonic.
Before:
ccmpbl {dfv=}.s %edx,%eax
After:
ccmpbl.s {dfv=} %edx,%eax
gas/ChangeLog:
* testsuite/gas/i386/x86-64-pseudos-apx.d: Add tests for CCMPcc.
* testsuite/gas/i386/x86-64-pseudos-apx.s: Ditto.
opcodes/ChangeLog:
* i386-dis-evex.h: Added %SW for CCMPcc swap operands.
* i386-dis.c (struct dis386): Added %SW.
(putop): Handle %SW.
Diffstat (limited to 'gprofng/src')
0 files changed, 0 insertions, 0 deletions