VIF UNPACK
60h
/70h
UNPACK S-32
128---------96----------64----------32----------0
| S3 | S2 | S1 | cmd |
-------------------------------------------------
Output
w z y x
128---------96----------64----------32----------0
| S1 | S1 | S1 | S1 |
-------------------------------------------------
| S2 | S2 | S2 | S2 |
-------------------------------------------------
| S3 | S3 | S3 | S3 |
-------------------------------------------------
61h
/71h
UNPACK S-16
96-----80----64----48----32----------0
| pad | S3 | S2 | S1 | cmd |
--------------------------------------
Output
w z y x
128---------96----------64----------32----------0
| ext | S1 | ext | S1 | ext | S1 | ext | S1 |
-------------------------------------------------
| ext | S2 | ext | S2 | ext | S2 | ext | S2 |
-------------------------------------------------
| ext | S3 | ext | S3 | ext | S3 | ext | S3 |
-------------------------------------------------
62h
/72h
UNPACK S-8
64h
/74h
UNPACK V2-32
96----------64----------32----------0
| V2 | V1 | cmd |
-------------------------------------
Output
w z y x
128---------96----------64----------32----------0
|Indetermin.|Indetermin.| V2 | V1 |
-------------------------------------------------
65h
/75h
UNPACK V2-16
64----48----32----------0
| V2 | V1 | cmd |
-------------------------
Output
w z y x
128---------96----------64----------32----------0
|Indetermin.||Indetermin.| ext | V2 | ext | V1 |
-------------------------------------------------
66h
/76h
UNPACK V2-8
68h
/78h
UNPACK V3-32
128---------96----------64----------32----------0
| V3 | V2 | V1 | cmd |
-------------------------------------------------
Output
w z y x
128---------96----------64----------32----------0
|Indetermin.| V3 | V2 | V1 |
-------------------------------------------------
69h
/79h
UNPACK V3-16
80----64----48----32----------0
| V3 | V2 | V1 | cmd |
-------------------------------
Output
w z y x
128---------96----------64----------32----------0
|Indetermin.| ext | V3 | ext | V2 | ext | V1 |
-------------------------------------------------
6Ah
/7Ah
UNPACK V3-8
6Ch
/7Ch
UNPACK V4-32
128---------96----------64----------32----------0
| V3 | V2 | V1 | cmd |
-------------------------------------------------
| V4 |
------------
Output
w z y x
128---------96----------64----------32----------0
| V4 | V3 | V2 | V1 |
-------------------------------------------------
6Dh
/7Dh
UNPACK V4-16
96-----80----64----48----32----------0
| V4 | V3 | V2 | V1 | cmd |
--------------------------------------
Output
w z y x
128---------96----------64----------32----------0
| ext | V4 | ext | V3 | ext | V2 | ext | V1 |
-------------------------------------------------
6Eh
/7Eh
UNPACK V4-8
6Fh
/7Fh
UNPACK V4-5