1 # blit & load elimination
24 storew 287454020, %x4 # 0x11223344
25 storew 1432778632, %y # 0x55667788
28 call $px(w %n) # 0x11228844
30 storew 287454020, %x4 # 0x11223344
31 storew 1432778632, %y # 0x55667788
34 call $px(w %n) # 0x11778844
36 storew 287454020, %x4 # 0x11223344
37 storew 1432778632, %y # 0x55667788
40 call $px(w %n) # 0x66778844
42 storew 287454020, %x4 # 0x11223344
43 storew 1432778632, %y # 0x55667788
46 call $px(w %n) # 0x11225566
48 storew 287454020, %x4 # 0x11223344
50 storew 1432778632, %y4 # 0x55667788
53 call $px(w %n) # 0x66778800
60 # void px(unsigned n) {
61 # printf("0x%08x\n", n);
64 # extern void f(void);