Add znver2 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / fpcmpshl.s
CommitLineData
64517994
JM
1# Test FPCMP{ULE8,UGT8,EQ8,NE,DE,UR}{8,16,32}SHL instructions.
2 fpcmpule8shl %f32, %f48, 0, %g1
3 fpcmpugt8shl %f34, %f50, 1, %g2
4 fpcmpeq8shl %f36, %f52, 2, %g3
5 fpcmpne8shl %f38, %f62, 3, %g4
6 fpcmpule16shl %f32, %f48, 0x0, %g1
7 fpcmpugt16shl %f34, %f50, 0x1, %g2
8 fpcmpeq16shl %f36, %f52, 0x2, %g3
9 fpcmpne16shl %f38, %f62, 0x3, %g4
10 fpcmpule32shl %f32, %f48, 0, %g1
11 fpcmpugt32shl %f34, %f50, 2-1, %g2
12 fpcmpeq32shl %f36, %f52, 4/2, %g3
13 fpcmpne32shl %f38, %f62, 3*1, %g4
14 fpcmpde8shl %f32, %f48, 0, %g1
15 fpcmpde16shl %f34, %f50, 1, %g2
16 fpcmpde32shl %f36, %f52, 2, %g3
17 fpcmpur8shl %f32, %f48, 0, %g1
18 fpcmpur16shl %f34, %f50, 1, %g2
19 fpcmpur32shl %f36, %f52, 2, %g3
This page took 0.102285 seconds and 4 git commands to generate.