The Android Open Source Project | f6c3871 | 2009-03-03 19:28:47 -0800 | [diff] [blame] | 1 | %verify "executed" |
2 | /* for: move/16, move-object/16 */ | ||||
3 | /* op vAAAA, vBBBB */ | ||||
4 | movzwl 4(rPC),%ecx # ecx<- BBBB | ||||
5 | movzwl 2(rPC),%eax # eax<- AAAA | ||||
buzbee | a7d59bb | 2011-02-24 09:38:17 -0800 | [diff] [blame] | 6 | GET_VREG_R rINST %ecx |
7 | FETCH_INST_OPCODE 3 %ecx | ||||
buzbee | f3e1772 | 2010-09-12 14:20:01 -0700 | [diff] [blame] | 8 | ADVANCE_PC 3 |
buzbee | a7d59bb | 2011-02-24 09:38:17 -0800 | [diff] [blame] | 9 | SET_VREG rINST %eax |
10 | GOTO_NEXT_R %ecx |