mes/module
Jan (janneke) Nieuwenhuizen 348dcbcbd7
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-01-01 10:31:46 +01:00
..
mes core: Remove core:make-cell. 2020-05-18 00:40:50 +02:00
mescc mescc: Only use signed division when numerator is signed. 2021-01-01 10:31:46 +01:00
mescc.scm mescc: Change --align to --align=functions, --align=globals. 2021-01-23 08:43:47 +01:00