chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
@@@ i386 wip
[catacomb]
/
base
/
test-regdump-a64.S
1
#include "config.h"
2
#include "asm-common.h"
3
#include "regdump.h"
4
5
.text
6
7
.p2align 5
8
vec:
9
.long 1, 2, 3, 4, 5, 6, 7, 8
10
11
FUNC(main)
12
13
pushreg x29, x30
14
setfp
15
endprologue
16
17
bl regdump_init
18
19
cmp x0, x0
20
reg "simd", v1
21
22
mov w0, #0
23
dropfp
24
popreg x29, x30
25
ret
26
27
ENDFUNC