Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10200.h98 #define MN10200_OPERAND_PCREL 0x400 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm10200-opc.c74 {16, 0, MN10200_OPERAND_PCREL | MN10200_OPERAND_RELAX | MN10200_OPERAND_SIGNED},
89 {24, 0, MN10200_OPERAND_EXTENDED | MN10200_OPERAND_PCREL | MN10200_OPERAND_SIGNED},
117 {8, 0, MN10200_OPERAND_SIGNED | MN10200_OPERAND_PCREL | MN10200_OPERAND_RELAX},
Dm10200-dis.c140 else if ((operand->flags & MN10200_OPERAND_PCREL) != 0) in disassemble()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10200.c1288 pcrel = (operand->flags & MN10200_OPERAND_PCREL) != 0; in md_assemble()