Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h105 #define MN10300_OPERAND_PAREN 0x80 macro
DChangeLog-91032115 * mn10300.h (MN10300_OPERAND_PAREN): Define.
/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-dis.c407 || ((operand->flags & MN10300_OPERAND_PAREN) == 0))) in disassemble()
484 else if ((operand->flags & MN10300_OPERAND_PAREN) != 0) in disassemble()
Dm10300-opc.c187 {0, 0, MN10300_OPERAND_PAREN},
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1317 if (operand->flags & MN10300_OPERAND_PAREN) in md_assemble()