Skip to content

Handle SP and XZR, also FP Registers #9

Description

@txst54

From Jeffery: "xzr is represented by is_sp = false && gpr == 31
sp is represented by is_sp = true && gpr == 31
xzr gets written to by some instructions but its basically dev/null u trashcan anything that tries to write to it and there shouldnt be any dependencies on xzr"
Also {gpr: i, is_fp: false} and {gpr: i, is_fp: true} are different registers and we will have to handle that in RAT.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions