lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/include/lightning.h
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2013年07月28日 14:13:39 -0300
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2013年07月28日 14:13:39 -0300
commitf6ee396ccbb4bc0bb898c8bd34726e2615ebf8ba (patch)
tree504bc79b124decf39674b1078cc9d792b6645b3f /include/lightning.h
parenta3891adb4b6e10f551a6c040eab48761909c43d2 (diff)
downloadlightning-f6ee396ccbb4bc0bb898c8bd34726e2615ebf8ba.tar.gz
New s390x port built on the hercules emulator and fedora 16 image.
* include/lightning/jit_s390x.h, lib/jit_s390x-cpu.c, lib/jit_s390x-fpu.c, lib/jit_s390x.c: New files implementing the new s390x port. * configure.ac, include/lightning.h, include/lightning/Makefile.am, include/lightning/jit_private.h, lib/Makefile.am, lib/jit_disasm.c, lib/lightning.c: Minor adaptation for the new s390x backend. * check/float.tst: Update for the s390x result of truncating +Inf to integer. * check/qalu_mul.tst: Add extra test cases to better test high word of signed multiplication as the result is adjust from unsigned multiplication on s390x.
Diffstat (limited to 'include/lightning.h')
-rw-r--r--include/lightning.h 2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lightning.h b/include/lightning.h
index fe9c86f..399dbb0 100644
--- a/include/lightning.h
+++ b/include/lightning.h
@@ -126,6 +126,8 @@ typedef jit_int32_t jit_fpr_t;
# include <lightning/jit_hppa.h>
#elif defined(__aarch64__)
# include <lightning/jit_aarch64.h>
+#elif defined(__s390x__)
+# include <lightning/jit_s390x.h>
#endif
#define jit_flag_node 0x00000001 /* patch node not absolute */
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月29日 21:24:39 +0000

AltStyle によって変換されたページ (->オリジナル) /