blob: da78d1b63ed59cb47d9147894dc08d7d461c80f6 [file] [log] [blame]
/* const/high16 vAA, #+BBBB0000 */
movzwl 2(rPC), %eax # eax <- 0000BBBB
sall $$16, %eax # eax <- BBBB0000
SET_VREG %eax rINST # vAA <- eax
ADVANCE_PC_FETCH_AND_GOTO_NEXT 2