You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, brlez %g1, 0x400 should yield 04c84100, but gives 04c84400 instead. So, the immediate displacement is taken as is instead of divided by 4, as it should. This is faulty for all variants of the SPARC BPr instructions.
For example,
brlez %g1, 0x400should yield04c84100, but gives04c84400instead. So, the immediate displacement is taken as is instead of divided by 4, as it should. This is faulty for all variants of the SPARC BPr instructions.