Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / lirasm / tests / muljovi_xyy.in
1         ; 46340 * 46340 < 2^31, and will not overflow.
2         big = immi 46340
3         
4         res = muljovi big big err
5         
6         ; Ensure that 'big' gets its own register and isn't shared with 'res'.
7         m = allocp 8
8         sti big m 0
9         
10         reti res
11
12 ; ---- Exit route for the error handler.
13
14 err:    e = immi -1
15         reti e