Home
last modified time | relevance | path

Searched refs:MN10300_OPERAND_EPSW (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h129 #define MN10300_OPERAND_EPSW 0x80000 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-dis.c478 else if ((operand->flags & MN10300_OPERAND_EPSW) != 0) in disassemble()
Dm10300-opc.c240 {0, 0, MN10300_OPERAND_EPSW},
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1473 else if (operand->flags & MN10300_OPERAND_EPSW) in md_assemble()