Home
last modified time | relevance | path

Searched refs:MN10200_OPERAND_REPEATED (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10200.h92 #define MN10200_OPERAND_REPEATED 0x80 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm10200-opc.c137 {2, 0, MN10200_OPERAND_DREG | MN10200_OPERAND_REPEATED},
141 {2, 0, MN10200_OPERAND_AREG | MN10200_OPERAND_REPEATED},
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10200.c862 if ((operand->flags & MN10200_OPERAND_REPEATED) != 0) in mn10200_insert_operand()