mes/lib
Ekaitz Zarraga 63beaa3dfe mescc: Add support for signed rotation.
* module/mescc/compile.scm (expr->register)[rshift, assn-expr]: Add
signed right-rotation support.
* lib/arm-mes/arm.M1 (asr): Add instruction.
* lib/x86-mes/x86.M1 (sar): Add instruction.
* lib/x86_64-mes/x86_64.M1 (sar): Add instruction.
* module/mescc/armv4/as.scm (armv4:r0>>r1-signed): New procedure.
(armv4:instructions): Register it.
* module/mescc/i386/as.scm (i386:r0>>r1-signed): New procedure.
(i386:instructions): Register it.
* module/mescc/riscv64/as.scm (riscv64:r0>>r1-signed): New procedure.
(riscv64:instructions): Register it.
* module/mescc/x86_64/as.scm (x86_64:r0>>r1-signed): New procedure.
(x86_64:instructions): Register it.
(
2023-11-05 09:45:31 +01:00
..
arm-mes mescc: Add support for signed rotation. 2023-11-05 09:45:31 +01:00
arm-mes-gcc mescc: Mes C Library: ARM: setjmp.c: Inline fake asm. 2021-01-23 08:43:46 +01:00
arm-mes-mescc Implement setjmp for ARM mescc. 2020-06-12 23:20:17 +02:00
ctype lib: Support uppercase hex conversions. 2023-01-31 08:22:49 -08:00
dirent build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
freebsd Revert "crt1: Move main declaration to mes/lib-mini.h." 2023-11-05 09:45:31 +01:00
gnu Revert "crt1: Move main declaration to mes/lib-mini.h." 2023-11-05 09:45:31 +01:00
linux lib: Make objdump work on binaries in riscv64 2023-11-05 09:45:31 +01:00
m2 riscv64: Port to word based mescc-tools. 2023-11-05 09:40:38 +01:00
mach hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +01:00
math mescc: Mes C Library: Support gcc-4.6.4: Add math stubs. 2019-09-13 15:11:38 +02:00
mes riscv64: Cater for M2-Planet. 2023-11-05 09:40:37 +01:00
posix core: Move M2_PTR_SIZE, M2_CELL_SIZE to include file. 2023-05-03 08:04:32 +02:00
riscv64-mes riscv64: Port to word based mescc-tools. 2023-11-05 09:40:38 +01:00
riscv64-mes-gcc lib: Base riscv64-mes-gcc support (dummy setjmp). 2023-11-05 09:39:29 +01:00
riscv64-mes-mescc riscv64: Port to word based mescc-tools. 2023-11-05 09:40:38 +01:00
stdio lib: Fix compile warnings. 2023-02-12 23:02:24 +01:00
stdlib kaem: read: Remove --bootstrap-mode. 2023-05-02 10:22:45 +02:00
string Mes C Library: memchr: Avoid compile warning. 2022-04-30 16:40:57 +02:00
stub kaem.run: Remove --bootstrap-mode. 2023-05-03 08:03:48 +02:00
tests mescc: Initialize missing struct fields to 0. 2023-11-05 09:40:38 +01:00
x86-mes mescc: Add support for signed rotation. 2023-11-05 09:45:31 +01:00
x86-mes-gcc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86-mes-mescc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86_64-mes mescc: Add support for signed rotation. 2023-11-05 09:45:31 +01:00
x86_64-mes-gcc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86_64-mes-mescc build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
libtcc1.c libtcc1: Fix integer division, modulo and shifting procedures. 2021-03-14 11:05:00 +01:00