summaryrefslogtreecommitdiff
path: root/src/ChezScheme/s/tarm64le.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChezScheme/s/tarm64le.def')
-rw-r--r--src/ChezScheme/s/tarm64le.def39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/ChezScheme/s/tarm64le.def b/src/ChezScheme/s/tarm64le.def
new file mode 100644
index 0000000000..2a11ab0403
--- /dev/null
+++ b/src/ChezScheme/s/tarm64le.def
@@ -0,0 +1,39 @@
+;;; tarm64le.def
+
+(define-constant machine-type (constant machine-type-tarm64le))
+(define-constant architecture 'arm64)
+(define-constant address-bits 64)
+(define-constant ptr-bits 64)
+(define-constant int-bits 32)
+(define-constant short-bits 16)
+(define-constant long-bits 64)
+(define-constant long-long-bits 64)
+(define-constant size_t-bits 64)
+(define-constant ptrdiff_t-bits 64)
+(define-constant wchar-bits 32)
+(define-constant time-t-bits 64)
+(define-constant max-float-alignment 8)
+(define-constant max-integer-alignment 8)
+(define-constant asm-arg-reg-max 9)
+(define-constant asm-arg-reg-cnt 3)
+(define-constant asm-fpreg-max 2)
+(define-constant typedef-ptr "void *")
+(define-constant typedef-iptr "long")
+(define-constant typedef-uptr "unsigned long")
+(define-constant typedef-i8 "char")
+(define-constant typedef-u8 "unsigned char")
+(define-constant typedef-i16 "short")
+(define-constant typedef-u16 "unsigned short")
+(define-constant typedef-i32 "int")
+(define-constant typedef-u32 "unsigned int")
+(define-constant typedef-i64 "long")
+(define-constant typedef-u64 "unsigned long")
+(define-constant typedef-string-char "unsigned int")
+(define-constant native-endianness 'little)
+(define-constant unaligned-floats #f)
+(define-constant unaligned-integers #t)
+(define-constant integer-divide-instruction #f)
+(define-constant popcount-instruction #f)
+(define-constant software-floating-point #f)
+(define-constant segment-table-levels 3)
+(features iconv expeditor pthreads)