remill icon indicating copy to clipboard operation
remill copied to clipboard

Input deormal cumulative flag (fpsr.idc) bit not properly saved when saving state

Open GarretReece opened this issue 7 years ago • 0 comments

To recreate:

mov x3, 0x80
msr fpsr, x3
mrs x3, fpsr

Discovered while testing the implementation of the msr instruction.

GarretReece avatar Dec 13 '17 20:12 GarretReece