HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file util.compiler.HWI_Info by barry
expand copy to clipboardexpand
interface HWI_Info {

	int getInstructionRegisterCount(int iid)

	bool instructionIncrementsRegister(int iid)

	int getEInfoCount(int iid)

	//does "n" iid use the register given back by its child (parameter) param_iid ?
	bool opUsesRegister(int n_iid, int param_iid)

	bool opIncrementsRegister(int n_iid, int param_iid)

	byte getRegisterType(int n_iid, int paramNumber)

	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n util.compiler.HWI_Info -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: New compiler components