search for: ti59instrinfo

Displaying 2 results from an estimated 2 matches for "ti59instrinfo".

2018 Mar 14
0
TI 59 backend
Hello Bruce and Eli, Yes, you are definitely right: indirect access to registers is possible through IND XX instruction. So, no worry on that side. My concern is about STO instruction description in TI59InstrInfo.td file. It looks impossible to me to categorize this instruction as a "classical" N-bytes long instruction (as N fully depends on the value you want to store). Could it be a show stopper to implement a backend ? BR Philippe ----- Mail original ----- De: "Bruce Hoult" <bruc...
2018 Mar 14
2
TI 59 backend
Certainly a calculator supports arithmetic :-) The TI 58/59 support things such as 1 3 STO IND 02 which, if memory 02 currently holds "42", will store 13 into memory 42. So, yes, there are pointers. And address arithmetic. On Wed, Mar 14, 2018 at 11:30 AM, Friedman, Eli via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 3/14/2018 8:53 AM, via llvm-dev wrote: >