Home
last modified time | relevance | path

Searched refs:USESR8 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-sh.c1606 #define USESR8 (0x20000) macro
2007 { 0xf40c, USESAS | SETSAS | LOAD | SETSSP | USESR8 }, /* movs.x @as+r8,ds */
2008 { 0xf40d, USESAS | SETSAS | STORE | USESSP | USESR8 } /* movs.x ds,@as+r8 */
2070 if ((f & USESR8) && reg == 8) in sh_insn_uses_reg()
DChangeLog-00019372 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
9378 (sh_insn_uses_reg): Check for USESAS and USESR8.