repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ada: Disable PIE mode during the build of the Ada front-end
[official-gcc.git]
/
libffi
/
src
/
kvx
/
asm.h
blob
4edba410d8206251d641a5ded4bcb0a309cd1e28
1
/* args are passed on registers from r0 up to r11 => 12*8 bytes */
2
#define REG_ARGS_SIZE (12*8)
3
#define KVX_REGISTER_SIZE (8)
4
#define KVX_ABI_SLOT_SIZE (KVX_REGISTER_SIZE)
5
#define KVX_ABI_MAX_AGGREGATE_IN_REG_SIZE (4*KVX_ABI_SLOT_SIZE)