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 cmp w2, #0 // check object for null 7 beq common_errNullObject // object was null 8 GET_VREG_WIDE x0, w0 // x0-< fp[A] 9 FETCH_ADVANCE_INST 2 // advance rPC, load wINST 10 add x1, x2, x3 // create a direct pointer 11 str x0, [x1] 12 GET_INST_OPCODE ip // extract opcode from wINST 13 GOTO_OPCODE ip // jump to next instruction 14