Searched refs:MN10300_OPERAND_SPLIT (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | mn10300.h | 111 #define MN10300_OPERAND_SPLIT 0x400 macro
|
D | ChangeLog-9103 | 2086 * mn10300.h (MN10300_OPERAND_SPLIT): Define.
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m10300-opc.c | 105 {16, 0, MN10300_OPERAND_SPLIT}, 109 {16, 0, MN10300_OPERAND_SPLIT | MN10300_OPERAND_PCREL}, 113 {16, 0, MN10300_OPERAND_SPLIT | MN10300_OPERAND_MEMADDR}, 122 {16, 8, MN10300_OPERAND_SPLIT | MN10300_OPERAND_MEMADDR}, 130 {24, 0, MN10300_OPERAND_SPLIT | MN10300_OPERAND_PCREL}, 139 {24, 16, MN10300_OPERAND_SPLIT | MN10300_OPERAND_PCREL}, 318 {8, 0, MN10300_OPERAND_SPLIT}, 322 {8, 0, MN10300_OPERAND_SPLIT | MN10300_OPERAND_MEMADDR},
|
D | m10300-dis.c | 321 if ((operand->flags & MN10300_OPERAND_SPLIT) != 0) in disassemble()
|
D | ChangeLog-9297 | 1319 in MN10300_OPERAND_SPLIT operands for how many bits 1330 (IMM32): Add MN10300_OPERAND_SPLIT flag.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mn10300.c | 1083 && (operand->flags & MN10300_OPERAND_SPLIT) == 0) in check_operand() 1126 && (operand->flags & MN10300_OPERAND_SPLIT) == 0) in mn10300_insert_operand() 1153 if ((operand->flags & MN10300_OPERAND_SPLIT) != 0) in mn10300_insert_operand() 2105 if ((operand->flags & MN10300_OPERAND_SPLIT) != 0) in md_assemble()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9697 | 3403 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT 3405 number of bits in the main instruction word for MN10300_OPERAND_SPLIT. 3406 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed 3410 of a MN10300_OPERAND_SPLIT operand by operand->shift. 3413 MN10300_OPERAND_SPLIT.
|