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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions