blob: 51624022603e42932af07abe8182e8a25d90d0e6 [file] [log] [blame]
Alexey Frunze84603bf2016-10-21 19:54:43 -07001 /* const/high16 vAA, +BBBB0000 */
Douglas Leung200f0402016-02-25 20:05:47 -08002 FETCH(a0, 1) # a0 <- 0000BBBB (zero-extended)
3 GET_OPA(a3) # a3 <- AA
4 sll a0, a0, 16 # a0 <- BBBB0000
5 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
6 GET_INST_OPCODE(t0) # extract opcode from rINST
7 SET_VREG_GOTO(a0, a3, t0) # vAA <- a0