git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
restructure the aa64 isa related header files.
[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
#include <lunaix/compiler.h>
5
6
#define __sr_encode(op0, op1, crn, crm, op2) \
7
s##op0##_##op1##_c##crn##_c##crm##_##op2
8
9
#endif /* __LUNAIX_AA64_ASM_H */