Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h88 extern const struct mn10300_operand mn10300_operands[];
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1002 && (mn10300_operands[fixup->opindex].flags in mn10300_check_fixup()
1299 operand = &mn10300_operands[*opindex_ptr]; in md_assemble()
1303 operand = &mn10300_operands[next_opindex]; in md_assemble()
2062 operand = &mn10300_operands[fixups[i].opindex]; in md_assemble()
/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-dis.c314 operand = &mn10300_operands[*opindex_ptr]; in disassemble()
DChangeLog-92971298 * mn10300-opc.c (mn10300_operands): Add "REGS" for a register
1318 * mn10300-opc.c (mn10300_operands): Hijack "bits" field
1324 * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT8
1328 * mn10300-opc.c (mn10300_operands): Remove many redundant
1335 * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM2
1341 (mn10300_operands): Use new opcodes as appropriate.
1351 * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for
1422 * mn10300-opc.c (mn10300_operands): Break DN, DM, AN, AM
1433 * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.
1445 (mn10300_operands): Rough cut. Enough to parse "mov" instructions
Dm10300-opc.c27 const struct mn10300_operand mn10300_operands[] = { variable