Add znver2 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / edge.s
CommitLineData
0afd1215
DM
1# Test VIS EDGE instructions
2 .text
3 edge8cc %g1, %g2, %g3
4 edge8 %g1, %g2, %g3
5 edge8n %g1, %g2, %g3
6 edge8lcc %g2, %g3, %g4
7 edge8l %g2, %g3, %g4
8 edge8ln %g2, %g3, %g4
9 edge8cc %l4, %g2, %g1
10 edge8 %l4, %g2, %g1
11 edge8n %l4, %g2, %g1
12 edge8lcc %g2, %g1, %l4
13 edge8l %g2, %g1, %l4
14 edge8ln %g2, %g1, %l4
15 edge32cc %o5, %o4, %o2
16 edge32 %o5, %o4, %o2
17 edge32n %o5, %o4, %o2
18 edge32lcc %o2, %g5, %l1
19 edge32l %o2, %g5, %l1
20 edge32ln %o2, %g5, %l1
This page took 0.246785 seconds and 4 git commands to generate.