[ARC] Prefer NOP instead of MOV 0,0
authorClaudiu Zissulescu <claziss@synopsys.com>
Tue, 25 Apr 2017 15:07:00 +0000 (17:07 +0200)
committerclaziss <claziss@synopsys.com>
Tue, 25 Apr 2017 15:07:00 +0000 (17:07 +0200)
commitbe6a24d8eabdbeef32a9d79e81307af4491fcf56
tree470a3b6fe7360d79d1f70cb52410ec8d23052eb6
parentd581dda88162831ebbd0757312fa93681d945327
[ARC] Prefer NOP instead of MOV 0,0

NOP and MOV 0,0 are having the same encoding. As MOV mnemonic is
located before NOP in the instruction table, the disassembler prints
MOV 0,0 for NOP. Reorder the instructions such that NOP is first.

gas/
2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>

* testsuite/gas/arc/b.d: Update test.
* testsuite/gas/arc/noargs_hs.d: Likewise.

opcode/
2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>

* arc-tbl.h: Reorder NOP entry to be before MOV instructions.
gas/ChangeLog
gas/testsuite/gas/arc/b.d
gas/testsuite/gas/arc/noargs_hs.d
opcodes/ChangeLog
opcodes/arc-tbl.h
This page took 0.02553 seconds and 4 git commands to generate.