11 lines
222 B
ArmAsm
11 lines
222 B
ArmAsm
.include "t-macros.i"
|
|
|
|
start
|
|
|
|
test_pextlb:
|
|
load $8 0x0000000000000000 0x0807060504030201
|
|
load $9 0x0000000000000000 0x100F0E0D0C0B0A09
|
|
pextlb $10, $8, $9
|
|
check10 0x0810070F060E050D 0x040C030B020A0109
|
|
|
|
exit0
|