ubsan: m32c: left shift of negative value
authorAlan Modra <amodra@gmail.com>
Sat, 4 Jan 2020 09:23:19 +0000 (19:53 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 6 Jan 2020 11:23:51 +0000 (21:53 +1030)
commitcc6aa1a6e0a8f2b3eda496aef0b3579a8c2b5951
tree2e7d6d72669759333e04abf39647fd9a5afee675
parent85d8681747faa317c9934f658dcf8749e945ea8c
ubsan: m32c: left shift of negative value

There are probably a lot more of these still here.

cpu/
* m32c.cpu (f-dsp-8-u16, f-dsp-8-s16): Rearrange to mask any sign
bits before shifting rather than masking after shifting.
(f-dsp-16-u16, f-dsp-16-s16, f-dsp-32-u16, f-dsp-32-s16): Likewise.
(f-dsp-40-u16, f-dsp-40-s16, f-dsp-48-u16, f-dsp-48-s16): Likewise.
(f-dsp-64-u16, f-dsp-8-s24): Likewise.
(f-bitbase32-16-s19-unprefixed): Avoid signed left shift.
opcodes/
* m32c-ibld.c: Regenerate.
cpu/ChangeLog
cpu/m32c.cpu
opcodes/ChangeLog
opcodes/m32c-ibld.c
This page took 0.038169 seconds and 4 git commands to generate.