Searched refs:NO_SP (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 475 REG1_FLAG_INST ("push", 0xFFB, NO_SP), 479 REG1_FLAG_INST ("pop", 0xFFC, NO_SP), 483 REG1_FLAG_INST ("popret",0xFFD,NO_SP),
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | crx.h | 209 #define NO_SP (1 << 17) macro
|
D | cr16.h | 201 #define NO_SP (1 << 17) macro
|
D | ChangeLog | 1895 (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-crx.c | 1668 if (instruction->flags & NO_SP) in warn_if_needed()
|
D | tc-cr16.c | 2149 if (instruction->flags & NO_SP) in warn_if_needed()
|