Lines Matching refs:InstructionInfoTable
293 static const struct InstructionInfo InstructionInfoTable[]= { variable
389 detail->mos65xx.modifies_flags = InstructionInfoTable[ins].modifies_status; in fillDetails()
395 if (InstructionInfoTable[ins].group_type != MOS65XX_GRP_INVALID) { in fillDetails()
396 detail->groups[0] = InstructionInfoTable[ins].group_type; in fillDetails()
400 if (InstructionInfoTable[ins].read != MOS65XX_REG_INVALID) { in fillDetails()
401 detail->regs_read[detail->regs_read_count++] = InstructionInfoTable[ins].read; in fillDetails()
410 if (InstructionInfoTable[ins].write != MOS65XX_REG_INVALID) { in fillDetails()
411 detail->regs_write[detail->regs_write_count++] = InstructionInfoTable[ins].write; in fillDetails()
416 if (InstructionInfoTable[ins].modifies_status) { in fillDetails()
449 SStream_concat0(O, InstructionInfoTable[OpInfoTable[MI->Opcode].ins].name); in MOS65XX_printInst()
560 if (id >= ARR_SIZE(InstructionInfoTable)) { in MOS65XX_insn_name()
563 return InstructionInfoTable[id].name; in MOS65XX_insn_name()