Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in PFPO instruction on hercules 4.4 #14874

Open
core-ai-bot opened this issue Aug 31, 2021 · 0 comments
Open

bug in PFPO instruction on hercules 4.4 #14874

core-ai-bot opened this issue Aug 31, 2021 · 0 comments

Comments

@core-ai-bot
Copy link
Member

Issue by gilsonlasco
Monday Jul 19, 2021 at 14:38 GMT
Originally opened as adobe/brackets#15364


I'm suspecting there's a bug in PFPO instruction on hercules emulator (Hercules version 4.4.9999.0-SDL-gd99fb053 4.4.9999.0 under Ubuntu 20.04).
When doing a conversion from an extended decimal floating-point number long HFP, using asm
L R0,=X'01010A00' # DPF TO LONG HFP
PFPO
and F4-F6 regs pair with decfloat contents X'39FFD2B32D873E6EA9DAAD5ABE6B6404'
(decimal equivalency is 6.283185307179586476925286766559004 or PI*2)
what I receive in F0 is X'40487ED5110B4611' (decimal equivalency is 0.283185307179586)
when it should be X'416487ED5110B45F'
The integer part of the number (6) is missing...
The other difference is due to rounding issues.
Conversion to short HFP also shows the integer part missing.
Hope it helps.
Regards,
Gilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant