Enable Intel MOVDIRI, MOVDIR64B instructions
[binutils-gdb.git] / gas / testsuite / gas / sparc / sparc6-diag.s
1 # Test error detection and reporting in SPARC6 instructions.
2 .text
3 dictunpack %f32, 100, %f34 ! Too big immediate.
4 dictunpack %f1, 10, %f32 ! rs1 is not a double fp-register
5 dictunpack %32, 10, %f5 ! rd is not a double fp-register
6 fpsll64x %f31, %f34, %f36 ! rs1 is not a double fp-register
7 fpsra64x %f32, %f33, %f36 ! rs2 is not a double fp-register
8 fpsrl64x %f32, %f34, %f1 ! rd is not a double fp-register