Searched refs:USES1 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-sh.c | 1556 #define USES1 (0x10) macro 1633 { 0x0003, BRANCH | DELAY | USES1 | SETSSP }, /* bsrf rn */ 1636 { 0x0023, BRANCH | DELAY | USES1 }, /* braf rn */ 1641 { 0x0083, LOAD | USES1 }, /* pref @rn */ 1652 { 0x0004, STORE | USES1 | USES2 | USESR0 }, /* mov.b rm,@(r0,rn) */ 1653 { 0x0005, STORE | USES1 | USES2 | USESR0 }, /* mov.w rm,@(r0,rn) */ 1654 { 0x0006, STORE | USES1 | USES2 | USESR0 }, /* mov.l rm,@(r0,rn) */ 1655 { 0x0007, SETSSP | USES1 | USES2 }, /* mul.l rm,rn */ 1659 { 0x000f, LOAD|SETS1|SETS2|SETSSP|USES1|USES2|USESSP }, /* mac.l @rm+,@rn+ */ 1671 { 0x1000, STORE | USES1 | USES2 } /* mov.l rm,@(disp,rn) */ [all …]
|