This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Implementing overflow version for XO-Form instructions
AbandonedPublic

Authored by kamaub on Aug 28 2019, 9:28 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

The Overflow version of XO-Form instruction uses the SO, OV and
OV32 special registers.

This changes modifies existing multiclasses and instruction
definitions to allow for the use of the XER register to record
the various types if overflow from possible add, subtract and
multiply instructions. It then modifies the existing instructions
as to use these multiclasses as needed.

Event Timeline

kamaub created this revision.Aug 28 2019, 9:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2019, 9:28 AM
jsji added a reviewer: Restricted Project.Aug 28 2019, 10:25 AM
kamaub abandoned this revision.Aug 28 2019, 11:51 AM