index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
libc
/
arm
/
tas.s
blob: 15febbd2c27ad51a0065be1bcb696e809f5c9d65 (
plain
)
1
2
3
4
5
TEXT
_tas
(
SB
),
$-4
MOVW
R0
,
R1
MOVW
$1
,
R0
SWPW
R0
,(
R1
)
/* fix: deprecated in armv7 */
RET