git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add basic exception model and context switching for aarch64
[lunaix-os.git]
/
lunaix-os
/
arch
/
aarch64
/
includes
/
asm
/
aa64_asm.h
1
#ifndef __LUNAIX_AA64_ASM_H
2
#define __LUNAIX_AA64_ASM_H
3
4
#define __sr_encode(op0, op1, crn, crm, op2) \
5
s##op0##_##op1##_c##crn##_c##crm##_##op2
6
7
#ifndef __ASM__
8
9
#include <lunaix/compiler.h>
10
11
#else
12
#endif
13
#endif /* __LUNAIX_AA64_ASM_H */