This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add Binary Coded Decimal Assist Instructions
ClosedPublic

Authored by stefanp on Feb 14 2023, 6:50 PM.

Details

Summary

This patch adds three instructions for Binary Coded Decimal (BCD).
They are: cdtbcd, cbcdtd, addg6s.

Diff Detail

Event Timeline

stefanp created this revision.Feb 14 2023, 6:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 6:50 PM
stefanp requested review of this revision.Feb 14 2023, 6:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 6:50 PM
stefanp added a reviewer: Restricted Project.Feb 14 2023, 6:51 PM
amyk accepted this revision as: amyk.Feb 17 2023, 7:36 AM

LGTM.

This revision is now accepted and ready to land.Feb 17 2023, 7:36 AM
stefanp updated this revision to Diff 500277.Feb 24 2023, 12:54 PM

Rebased to top of trunk.

This revision was landed with ongoing or failed builds.Feb 24 2023, 12:59 PM
This revision was automatically updated to reflect the committed changes.