|
|
1.1 ! root 1: #include "fp.h" ! 2: ! 3: .globl _mvtofacc # mvtofacc(value, acc_addr) ! 4: _mvtofacc: ! 5: .word 0x0000 ! 6: ! 7: # ! 8: # move value to floating point accumulator ! 9: # ! 10: movl 4(fp),*12(fp) ! 11: ret ! 12: ! 13: .globl _mvtodacc # mvtodacc(value_hi, value_lo, acc_addr) ! 14: _mvtodacc: ! 15: .word 0x0000 ! 16: ! 17: # ! 18: # move value to double precision accumulator ! 19: # ! 20: movl 12(fp),r0 # address of accumulator ! 21: movl 4(fp),(r0) # most significant longword ! 22: movl 8(fp),4(r0) # least significant longword ! 23: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.