Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ARM7 totally RISC?
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
2720 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
ARM7 totally RISC?
lesbattersbie lesbattersbie
over 12 years ago
Note: This was originally posted on 9th May 2009 at
http://forums.arm.com
Hi,
The ARM7 design does not follow the RISC features exactly and I understand this for most features except...
...with the size of the register bank.
I mean, what would be the consequence of changing the ARM7 register bank (16 registers) for a larger register bank with 32 registers?
Parents
Peter Harris
over 12 years ago
Note: This was originally posted on 12th May 2009 at
http://forums.arm.com
If you have more registers you need more bits to encode source and destination registers in the instructions... unless you increase instruction length you have to remove something to make space. You can encode a register selection from a bank 16 registers in 4 bits of instruction space - but 32 registers would need 5 bits. If you have a typical ARM instruction with one destination and two source registers you need to free up 3 additional bits of instruction space - it wouldn't be an ARM then of course =)
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
Note: This was originally posted on 12th May 2009 at
http://forums.arm.com
If you have more registers you need more bits to encode source and destination registers in the instructions... unless you increase instruction length you have to remove something to make space. You can encode a register selection from a bank 16 registers in 4 bits of instruction space - but 32 registers would need 5 bits. If you have a typical ARM instruction with one destination and two source registers you need to free up 3 additional bits of instruction space - it wouldn't be an ARM then of course =)
Cancel
Vote up
0
Vote down
Cancel
Children
No data