Searched refs:mn10300_operands (Results 1 – 5 of 5) sorted by relevance
88 extern const struct mn10300_operand mn10300_operands[];
1002 && (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()
314 operand = &mn10300_operands[*opindex_ptr]; in disassemble()
1298 * mn10300-opc.c (mn10300_operands): Add "REGS" for a register1318 * mn10300-opc.c (mn10300_operands): Hijack "bits" field1324 * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT81328 * mn10300-opc.c (mn10300_operands): Remove many redundant1335 * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM21341 (mn10300_operands): Use new opcodes as appropriate.1351 * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for1422 * mn10300-opc.c (mn10300_operands): Break DN, DM, AN, AM1433 * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.1445 (mn10300_operands): Rough cut. Enough to parse "mov" instructions
27 const struct mn10300_operand mn10300_operands[] = { variable