This is an archive of the discontinued LLVM Phabricator instance.

[ARC] Add ADC (addition with carry) and SBC (subtraction with carry) instructions
ClosedPublic

Authored by thomasjohns on Aug 24 2021, 4:12 PM.

Details

Summary

Add the definitions for these instructions to tablegen in ARCInstrInfo.td along with disassembly test cases. The test cases follow the same R-R-R, R-R-Imm, f-flag, and condition code variations as the tests for the add instruction.

Diff Detail

Event Timeline

thomasjohns created this revision.Aug 24 2021, 4:12 PM
thomasjohns requested review of this revision.Aug 24 2021, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2021, 4:12 PM
marksl accepted this revision.Aug 25 2021, 6:55 AM

Looks good

This revision is now accepted and ready to land.Aug 25 2021, 6:55 AM