git: 9front

ref: dac202dd55d0c1505eed7ad1618f9fe248c051b4
dir: /sys/src/ape/lib/ap/alpha/tas.s/

View raw version
TEXT	tas(SB), $-8
	MOVQ	R0, R1			/* l */
tas1:
	MOVLL	(R1), R0		/* l->key */
	BNE	R0, tas2
	MOVQ	$1, R2
	MOVLC	R2, (R1)		/* l->key = 1 */
	BEQ	R2, tas1		/* write failed, try again? */
tas2:
	RET