Skip to content

Commit

Permalink
Implemented initialization of register space for ARM64.
Browse files Browse the repository at this point in the history
Initializes the GPRs, SPRs and FPRs, marking the appropriate ones as
off-limits.
  • Loading branch information
ssunny7 committed Feb 22, 2017
1 parent d7a4425 commit 4b02a48
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 381 deletions.

3 comments on commit 4b02a48

@ikitayama
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ssunny7 do we want emitters in inst-aarch64.C file, not in emit-aarch64.C?

@ssunny7
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikitayama Ideally yes, we should have them in emit-aarch64.C. I'm still in the process of understanding the code in the file a little better, after which I can move it as necessary. However, if you've already looked at this and know what exactly needs to be moved, you can go ahead and push the commit to this branch.

@ikitayama
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ssunny7 OK. Thanks for your clarification.

Please sign in to comment.