C-SKY: ADDC and SUBC don't set the C to the carry bit after completion #5911
Labels
Arch: C-SKY
Issues with the C-SKY architecture plugin (Ultimate only)
Component: Architecture
Issue needs changes to an architecture plugin
Edition: Ultimate
Effort: Low
Issue should take < 1 week
Impact: Medium
Issue is impactful with a bad, or no, workaround
Type: Bug
Issue is a non-crashing bug with repro steps
Version and Platform (required):
Bug Description:
In C-SKY, the
addc
andsubc
instructions don't set the C to the carry bit after completion when lifting. It doesn't seem that theadc
opcode provides a way to assign the carry bit somewhere, unless we're missing something.The text was updated successfully, but these errors were encountered: