Home | History | Annotate | Download | only in arm64
      1     /* const-wide/32 vAA, #+BBBBbbbb */
      2     FETCH   w0, 1                       // x0<- 000000000000bbbb (low)
      3     lsr     w3, wINST, #8               // w3<- AA
      4     FETCH_S x2, 2                       // x2<- ssssssssssssBBBB (high)
      5     FETCH_ADVANCE_INST 3                // advance rPC, load wINST
      6     GET_INST_OPCODE ip                  // extract opcode from wINST
      7     orr     x0, x0, x2, lsl #16         // x0<- ssssssssBBBBbbbb
      8     SET_VREG_WIDE x0, w3
      9     GOTO_OPCODE ip                      // jump to next instruction
     10