Searched refs:FLAG_LKR (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | d30v-opc.c | 242 { "dbt", BRA, 0xb, { SHORT_NONE }, MU, FLAG_JSR, FLAG_LKR, 0 }, 295 { "reit", BRA, 0x8, { SHORT_NONE }, MU, FLAG_SM | FLAG_JMP, FLAG_SM | FLAG_LKR, 0 }, 300 { "rtd", BRA, 0xa, { SHORT_NONE }, MU, FLAG_JMP, FLAG_LKR, 0 }, 334 { "trap", BRA, 0x9, { SHORT_B1, SHORT_T}, MU, FLAG_JSR, FLAG_SM | FLAG_LKR, 0 },
|
D | ChangeLog-9899 | 495 * d30v-opc.c (mvtsys): Remove FLAG_LKR.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | d30v.h | 164 #define FLAG_LKR (1L<<21) /* insn in left slot kills right slot */ macro
|
D | ChangeLog-9103 | 1472 * d30v.h (FLAG_LKR): New flag for "left-kills-right" instructions.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-d30v.c | 1433 if (opcode->op->flags_set & FLAG_LKR) in do_assemble()
|