ArmAsm · 242 bytes Raw Blame History
1 ; Workbench note: initial Apple `as` encoding probe for the common DUP family
2 ; that established the first known-good encodings for `.16b`, `.8h`, `.4s`,
3 ; and `.2d`.
4 .text
5 dup.16b v0, v0[7]
6 dup.8h v1, v2[5]
7 dup.4s v3, v4[2]
8 dup.2d v5, v6[1]