This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ia64 / dv-srlz.s
1 //
2 // Auto-insertion of instruction and data serialization
3 //
4 .text
5 start:
6 // Requires data serialization
7 ptc.e r1
8 ld8 r1 = [r2]
9 rfi
10 // Requires instruction serialization
11 ptc.e r1
12 epc
13 rfi
This page took 0.031351 seconds and 5 git commands to generate.