cpc / openasip

Open Application-Specific Instruction Set processor tools (OpenASIP)
http://openasip.org
Other
144 stars 43 forks source link

Add support for implicit load/store operations #133

Closed kanishkan closed 2 years ago

kanishkan commented 2 years ago

Proposed auto-increment load/store ISAs extensions

kanishkan commented 2 years ago

We do not have hardware backend for these instructions. So I am not sure if it makes sense to add these ISA in document yet. @pjaaskel : any thoughts?

kanishkan commented 2 years ago

@pjaaskel : Updated the patch for your comments. In terms of instructions, I just combined ILD/IST_STRIDE and ILD/IST_ADDR to ILD/IST_INIT instruction.

kanishkan commented 2 years ago

Also testsuite is passing.