Searched refs:SETSAS (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-sh.c | 1607 #define SETSAS (0x40000) macro 2001 { 0xf400, USESAS | SETSAS | LOAD | SETSSP }, /* movs.x @-as,ds */ 2002 { 0xf401, USESAS | SETSAS | STORE | USESSP }, /* movs.x ds,@-as */ 2005 { 0xf408, USESAS | SETSAS | LOAD | SETSSP }, /* movs.x @as+,ds */ 2006 { 0xf409, USESAS | SETSAS | STORE | USESSP }, /* movs.x ds,@as+ */ 2007 { 0xf40c, USESAS | SETSAS | LOAD | SETSSP | USESR8 }, /* movs.x @as+r8,ds */ 2008 { 0xf40d, USESAS | SETSAS | STORE | USESSP | USESR8 } /* movs.x ds,@as+r8 */ 2096 if ((f & SETSAS) && reg == SETSAS_REG (insn)) in sh_insn_sets_reg() 2228 if ((f1 & SETSAS) in sh_insns_conflict() 2244 if ((f2 & SETSAS) in sh_insns_conflict()
|
D | ChangeLog-0001 | 9372 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros. 9379 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
|