blob: 6cec0d19b5c68a9d2cc46aed825d129bfda2b601 [file] [log] [blame]
%verify "executed"
%verify "null object"
/* For: iput-quick */
/* op vA, vB, offset@CCCC */
movzbl rINSTbl,%ecx # ecx<- BA
sarl $$4,%ecx # ecx<- B
GET_VREG_R %ecx %ecx # vB (object we're operating on)
andb $$0xf,rINSTbl # rINST<- A
GET_VREG_R rINST,rINST # rINST<- v[A]
movzwl 2(rPC),%eax # eax<- field byte offset
testl %ecx,%ecx # is object null?
FETCH_INST_OPCODE 2 %edx
je common_errNullObject
movl rINST,(%ecx,%eax,1)
ADVANCE_PC 2
GOTO_NEXT_R %edx