Displaying 1 result from an estimated 1 matches for "lwri".
Did you mean:
lwr
2011 Jul 03
0
[LLVMdev] DLX backend
...my Instruction subclasses (in XXXInstrFormats.td) how do I get the register number/immediate values from the "ins" dag?
* Whats the SDNode value for the conditional instructions e.g. icmp eq i32 ... except that doesn't work.
* How horrifically wrong do my implementations of SWri, LWri, LLOri, and LHri look?
* Is my implementation of the calling convention correct? I'm after first 6 registers then using a 32bit aligned stack; with r1 for return address
heres what I've got so far ... all advice, pointers etc very very welcome.
Rich
** DLX.td **********************...