ref: e61060a5fe59b10d8f68e75eb5e5380d8a1b29e4
dir: /sys/src/libc/alpha/tas.s/
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