03797466f7b68dcb601183dd52efa1a0f0b2ccac
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / mwait.s
1 # Test reads/writes to the %mwait asr register and the MWAIT
2 # instruction
3 .text
4 rd %mwait, %g1
5 wr %g2, 0x3, %mwait
6 mwait %g1
7 mwait 0x3
This page took 0.029838 seconds and 3 git commands to generate.