Home
last modified time | relevance | path

Searched refs:FLAG_LKR (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dd30v-opc.c242 { "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 },
DChangeLog-9899495 * d30v-opc.c (mvtsys): Remove FLAG_LKR.
/toolchain/binutils/binutils-2.25/include/opcode/
Dd30v.h164 #define FLAG_LKR (1L<<21) /* insn in left slot kills right slot */ macro
DChangeLog-91031472 * d30v.h (FLAG_LKR): New flag for "left-kills-right" instructions.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d30v.c1433 if (opcode->op->flags_set & FLAG_LKR) in do_assemble()