You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
420 B
19 lines
420 B
7 months ago
|
Blort.test1:(I)I:
|
||
|
regs: 0005; ins: 0002; outs: 0000
|
||
|
0000: move-object v0, v3
|
||
|
0001: move v1, v4
|
||
|
0002: move v2, v1
|
||
|
0003: const/4 v2, #int 1 // #1
|
||
|
0004: move v0, v2
|
||
|
0005: return v0
|
||
|
Blort.test2:(I)I:
|
||
|
regs: 0005; ins: 0002; outs: 0000
|
||
|
0000: move-object v0, v3
|
||
|
0001: move v1, v4
|
||
|
0002: move v2, v1
|
||
|
0003: const/4 v2, #int 1 // #1
|
||
|
0004: move v1, v2
|
||
|
0005: move v2, v1
|
||
|
0006: move v0, v2
|
||
|
0007: return v0
|