1    /* const-wide/high16 vAA, #+BBBB000000000000 */
2    FETCH w0, 1                         // w0<- 0000BBBB (zero-extended)
3    lsr     w1, wINST, #8               // w1<- AA
4    FETCH_ADVANCE_INST 2                // advance rPC, load wINST
5    lsl     x0, x0, #48
6    SET_VREG_WIDE x0, w1
7    GET_INST_OPCODE ip                  // extract opcode from wINST
8    GOTO_OPCODE ip                      // jump to next instruction
9