1 /* iput-wide-quick vA, vB, offset//CCCC */ 2 lsr w2, wINST, #12 // w2<- B 3 FETCH w3, 1 // w3<- field byte offset 4 GET_VREG w2, w2 // w2<- fp[B], the object pointer 5 ubfx w0, wINST, #8, #4 // w0<- A 6 cbz w2, common_errNullObject // object was null 7 GET_VREG_WIDE x0, w0 // x0<- fp[A] 8 FETCH_ADVANCE_INST 2 // advance rPC, load wINST 9 str x0, [x2, x3] // obj.field<- x0 10 GET_INST_OPCODE ip // extract opcode from wINST 11 GOTO_OPCODE ip // jump to next instruction 12