-
Bug
-
Resolution: Fixed
-
P4
-
port-stage-aarch32-8, port-stage-aarch32-9
-
None
-
inapplicable
-
aarch32
-
linux
Mov immediate may generate incorrect values for immediate where the bottom bits are all zero.
This is because it used movt to mov the upper 16 bits into the top of the register, however the movt instruction does not clear the bottom 16 bits.
This is because it used movt to mov the upper 16 bits into the top of the register, however the movt instruction does not clear the bottom 16 bits.