From WikiChip
Editing arm holdings/microarchitectures/arm6

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 111: Line 111:
 
ARM6's pipeline is identical to the ARM2.
 
ARM6's pipeline is identical to the ARM2.
  
==== Modes ====
+
==== Backward Compatibility ====
With the introduction of a 32-bit bus, ARM needed to introduce modes that operate on the extended bus as well as maintain backwards compatibility. The four modes that existed in prior ARM architectures (i.e., User, IRQ, FIQ, and Supervisor) are now <code>User26</code>, <code>IRQ26</code>, <code>FIQ26</code>, and <code>Supervisor26</code>. To facilitate the 32-bit bus, ARM introduced a 32-bit variants of those modes <code>User32</code>, <code>IRQ32</code>, <code>FIQ32</code>, and <code>Supervisor32</code>. Additionally, two new modes <code>Abort32</code> and <code>Undefined32</code> were also introduced. Those only exist in 32-bit mode.
 
 
 
===== Backward Compatibility =====
 
 
Because the ARM6 core now features a full 32-bit address and data buses, it breaks compatibility with prior code. ARM addressed this problem by offering a compatibility mode. Two of the new control register bits are <code>prog32</code> and <code>data32</code> which can be set to change how the core behaves:
 
Because the ARM6 core now features a full 32-bit address and data buses, it breaks compatibility with prior code. ARM addressed this problem by offering a compatibility mode. Two of the new control register bits are <code>prog32</code> and <code>data32</code> which can be set to change how the core behaves:
  
Line 130: Line 127:
  
 
It's worth pointing out that when in 26-bit program space, only the four original modes (User, FIQ, IRQ, and Supervisor) are available and they behave in the same way as previous architectures in order to allow older programs to execute correctly.
 
It's worth pointing out that when in 26-bit program space, only the four original modes (User, FIQ, IRQ, and Supervisor) are available and they behave in the same way as previous architectures in order to allow older programs to execute correctly.
 
==== Status Registers ====
 
ARM6 moved the status code into their own registers. There are now 6 individual {{arm|status registers}}:
 
 
* 1x <code>{{arm|CPSR}}</code> (Current Processor Status Register)
 
* 5x <code>{{arm|SPSR}}</code> (Saved Program Status Registers)
 
 
''CPSR'' which holds the current processor status features 4 [[condition codes]] (CC), 2 interrupt mask bits, and 5 processor mode bits. Those registers can only be accessed via the {{arm|MRS}}/{{arm|MSR}} instructions that move the data between the general-purpose registers and the status registers. It's worth pointing out that because the status bits are no longer in the program counter but in discrete registers, it's no longer possible to automatically save those bits on a branch and link instruction execution. Upon an exception, however, the CPSR gets copied over to the SPSR of the new mode allowing the exception handler to restore the state upon exit.
 
  
 
=== Cache ===
 
=== Cache ===

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)
codenameARM4 +
core count1 +, 4 +, 6 + and 8 +
designer1 + and ARM Holdings +
full page namearm holdings/microarchitectures/arm6 +
instance ofmicroarchitecture +
instruction set architectureARMv3 +, ARMv4 + and ARMv6 +
manufacturerGEC-Plessey Semiconductors +, Sharp + and VLSI Technology +
microarchitecture typeCPU +
nameARM4 +
phase-out0202 JL +
pipeline stages3 +
pipeline stages (min)12 +
process800 nm (0.8 μm, 8.0e-4 mm) +
processing element count4 +, 6 +, 8 + and 2 +