-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#1569 AArch64: Make base_disp bitfields in opnd_t architecture-depen…
…dent. We will add several bits for AArch64 but we do not want to increase the size of opnd_t. Use ifdef rather than a union. Also make opnd_create_base_disp_arm and opnd_{get,set}_index_shift ARM-only, and opnd_set_disp_ex X86-only. Review-URL: https://codereview.appspot.com/309870043
- Loading branch information
1 parent
94423a2
commit 575e7a5
Showing
2 changed files
with
72 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters