gas/
[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.030315 seconds and 4 git commands to generate.