• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1    /* const/16 vAA, #+BBBB */
2    FETCH_S w0, 1                       // w0<- ssssBBBB (sign-extended)
3    lsr     w3, wINST, #8               // w3<- AA
4    FETCH_ADVANCE_INST 2                // advance xPC, load wINST
5    SET_VREG w0, w3                     // vAA<- w0
6    GET_INST_OPCODE ip                  // extract opcode from wINST
7    GOTO_OPCODE ip                      // jump to next instruction
8