blob: f8911e3a68465f07e7b85246101321aa680a28a0 [file] [log] [blame]
Alexey Frunze84603bf2016-10-21 19:54:43 -07001 /* const-wide vAA, +HHHHhhhhBBBBbbbb */
Douglas Leung200f0402016-02-25 20:05:47 -08002 FETCH(a0, 1) # a0 <- bbbb (low)
3 FETCH(a1, 2) # a1 <- BBBB (low middle)
4 FETCH(a2, 3) # a2 <- hhhh (high middle)
Alexey Frunze84603bf2016-10-21 19:54:43 -07005 INSERT_HIGH_HALF(a0, a1) # a0 <- BBBBbbbb (low word)
Douglas Leung200f0402016-02-25 20:05:47 -08006 FETCH(a3, 4) # a3 <- HHHH (high)
7 GET_OPA(t1) # t1 <- AA
Alexey Frunze84603bf2016-10-21 19:54:43 -07008 INSERT_HIGH_HALF(a2, a3) # a2 <- HHHHhhhh (high word)
Douglas Leung200f0402016-02-25 20:05:47 -08009 FETCH_ADVANCE_INST(5) # advance rPC, load rINST
10 GET_INST_OPCODE(t0) # extract opcode from rINST
Alexey Frunze84603bf2016-10-21 19:54:43 -070011 SET_VREG64_GOTO(a0, a2, t1, t0) # vAA/vAA+1 <- a0/a2