Home | History | Annotate | Download | only in arm64
      1     /* const/high16 vAA, #+BBBB0000 */
      2     FETCH   w0, 1                       // r0<- 0000BBBB (zero-extended)
      3     lsr     w3, wINST, #8               // r3<- AA
      4     lsl     w0, w0, #16                 // r0<- BBBB0000
      5     FETCH_ADVANCE_INST 2                // advance rPC, load rINST
      6     SET_VREG w0, w3                     // vAA<- r0
      7     GET_INST_OPCODE ip                  // extract opcode from rINST
      8     GOTO_OPCODE ip                      // jump to next instruction
      9