x86-64: generalize SIMD test expectations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / call-relax.s
1 # Test relaxation of CALL instructions into branches.
2 .text
3 foo:
4 sethi %hi(0), %i0
5 call bar, 0
6 restore %i0, %lo(0), %o0
7 bar:
8 sethi %hi(0), %i0
9 call _undefined, 0
10 restore %i0, %lo(0), %o0
This page took 0.029368 seconds and 4 git commands to generate.