/* iput-wide-quick vA, vB, offset//CCCC */ lsr w2, wINST, #12 // w2<- B FETCH w3, 1 // w3<- field byte offset GET_VREG w2, w2 // w2<- fp[B], the object pointer ubfx w0, wINST, #8, #4 // w0<- A cmp w2, #0 // check object for null beq common_errNullObject // object was null GET_VREG_WIDE x0, w0 // x0-< fp[A] FETCH_ADVANCE_INST 2 // advance rPC, load wINST add x1, x2, x3 // create a direct pointer str x0, [x1] GET_INST_OPCODE ip // extract opcode from wINST GOTO_OPCODE ip // jump to next instruction