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