1 /* const-wide/32 vAA, #+BBBBbbbb */ 2 FETCH w0, 1 // w0<- 0000bbbb (low) 3 lsr w3, wINST, #8 // w3<- AA 4 FETCH_S w2, 2 // w2<- ssssBBBB (high) 5 FETCH_ADVANCE_INST 3 // advance rPC, load wINST 6 GET_INST_OPCODE ip // extract opcode from wINST 7 orr w0, w0, w2, lsl #16 // w0<- BBBBbbbb 8 sbfm x0, x0, 0, 31 9 SET_VREG_WIDE x0, w3 10 GOTO_OPCODE ip // jump to next instruction 11