aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/predicated/predicated.s
blob: f11606c2789baa66b2ade60ca900e779966c7318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
	
	.globl predicated_write
predicated_write:
	sd.wnez $r0? 8[$r1] = $r2
	ret
	;;

	.globl predicated_read
predicated_read:
	ld.wnez $r1? $r0 = 8[$r2]
	ret
	;;