old-cross-binutils/sim/testsuite/mips64r5900-elf/t-prot3w.s
Frank Ch. Eigler fe146542dd * Fix for testcase for checking PR 17362.
Tue Oct 27 15:20:16 EST 1998  Frank Ch. Eigler <fche@cygnus.com>

	* t-prot3w.s: Test changed spec of prot3w insn.
1998-10-27 21:49:15 +00:00

14 lines
294 B
ArmAsm

.include "t-macros.i"
start
test_prot3w:
load $8 0x3333333311111111 0x2222222244444444
prot3w $10,$8 #Expectation:
# Prior to PR 17362, this was:
# check10 0x1111111122222222 0x3333333344444444
check10 0x1111111144444444 0x2222222233333333
exit0