mes/module
Jan (janneke) Nieuwenhuizen d5befba275
mescc: Only use signed division when numerator is signed.
Currently, sign-extension (CLTD vs XOR EDX) and signed division (IDIV vs
DIV) selected by setting "signed?".  See, module/mescc/x86/as.scm.
Possibly we need a signed? based on numerator and denominator, and
add a extend-sign? based on the signedness of the numerator?

* module/mescc/compile.scm (expr->register): Base "signed?" strictly on
signedness of numerator.
2021-05-02 16:35:07 +02:00
..
mes core: Remove core:make-cell. 2021-05-02 16:34:47 +02:00
mescc mescc: Only use signed division when numerator is signed. 2021-05-02 16:35:07 +02:00
mescc.scm mescc: Change --align to --align=functions, --align=globals. 2021-01-23 08:43:47 +01:00