old-cross-binutils/sim/testsuite/mips64vr5900el-elf/t-pextlw.s
1997-07-11 21:36:11 +00:00

11 lines
222 B
ArmAsm

.include "t-macros.i"
start
test_pextlw:
load $8 0x0000000000000000 0x0807060504030201
load $9 0x0000000000000000 0x100F0E0D0C0B0A09
pextlw $10, $8, $9
check10 0x08070605100F0E0D 0x040302010C0B0A09
exit0