From WikiChip
Editing arm/armv2

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 4: Line 4:
 
== Overview ==
 
== Overview ==
 
The ARMv2 is the second iteration of the ARM instruction set which was introduced with [[Acorn]]'s {{acorn|ARM2|l=arch}} in 1986. The ARMv2 added support for multiplication and a coprocessor communication interface. It also adds two additional status registers for a total of 27 registers.
 
The ARMv2 is the second iteration of the ARM instruction set which was introduced with [[Acorn]]'s {{acorn|ARM2|l=arch}} in 1986. The ARMv2 added support for multiplication and a coprocessor communication interface. It also adds two additional status registers for a total of 27 registers.
 
== New Instructions ==
 
ARMv2 adds a number of new instructions:
 
 
* [[#movement_instructions|Movement Instructions]]
 
* [[#load_instructions|Load Instructions]]
 
* [[#store_instructions|Store Instructions]]
 
* [[#arithmetic_instructions|Arithmetic Instructions]]
 
* [[#coprocessor_instructions|Coprocessor Instructions]]
 
 
{{isa
 
| title    = New ARMv2 ISA Instructions
 
| Syntax
 
| Description
 
| Action
 
| cols = 5
 
| listing  =
 
{{inst|cols=5|section=<span id="movement_instructions">'''Movement Instructions'''</span><br><small>Movement instructions move data between registers and operands.</small>}}
 
{{inst|mn=MCR |col 1=MCR<cond> <copro>, <op1>, Rd, Cn, Cm {, <op2>} |col 2=Move to Coprocessor register  |col 3 = Coprocessor <copro> = Rd}}
 
{{inst|mn=MRC |col 1=MRC<cond> <copro>, <op1>, Rd, Cn, Cm , <op2>  |col 2=Move register from a Coprocessor  |col 3 = Rd = Coprocessor <copro>}}
 
 
{{inst|cols=5|section=<span id="load_instructions">'''Load Instructions'''</span><br><small>Load instructions move the content of memory addresses into registers.</small>}}
 
{{inst|mn=LDC |col 1=LDC<cond>{L} <copro>, Cd, [Rn {, #imm * 4}]{!}  |col 2=Load to Coprocessor  |col 3 = Coprocessor <copro> = [Rn + imm]<br>If !: Rn = Rn + imm}}
 
{{inst|mn=LDC |col 1=LDC<cond>{L} <copro>, Cd, [Rn], #{-}<immed8> * 4 |col 2=Load to Coprocessor  |col 3 = Coprocessor <copro> = [Rn + imm]<br>Rn = Rn + imm }}
 
{{inst|mn=LDC |col 1=LDC<cond>{L} <copro>, Cd, [Rn], <option>        |col 2=Load to Coprocessor  |col 3 = Coprocessor <copro> = [Rn] }}
 
 
{{inst|cols=5|section=<span id="store_instructions">'''Store Instructions'''</span><br><small>Store instructions moves the values from registers into memory.</small>}}
 
{{inst|mn=STC |col 1=STC<cond>{L} <copro>, Cd, [Rn {, #imm * 4}]{!}  |col 2=Store from Coprocessor  |col 3 = [Rn + imm] = Coprocessor <copro><br>If !: Rn = Rn + imm}}
 
{{inst|mn=STC |col 1=STC<cond>{L} <copro>, Cd, [Rn], #{-}<immed8> * 4 |col 2=Store from Coprocessor  |col 3 = [Rn + imm] = Coprocessor <copro><br>Rn = Rn + imm }}
 
{{inst|mn=STC |col 1=STC<cond>{L} <copro>, Cd, [Rn], <option>        |col 2=Store from Coprocessor  |col 3 = [Rn] = Coprocessor <copro> }}
 
 
{{inst|cols=5|section=<span id="coprocessor_instructions">'''Coprocessor Instructions'''</span><br><small>Operates on a Coprocessor.</small>}}
 
{{inst|mn=CDP |col 1=CDP<cond> <copro>, <op1>, Cd, Cn, Cm, <op2>      |col 2=Coprocessor Data Process  |col 3 = Execut OP Given on Coprocessor <copro>}}
 
 
{{inst|cols=5|section=<span id="arithmetic_instructions">'''Arithmetic Instructions'''</span><br><small>Arithmetic instructions perform basic mathematical operations on two operands.</small>}}
 
{{inst|mn=MLA |col 1=MLA<cond>{S} Rd, Rm, Rs, Rn  |col 2=Multiply and accumulate  |col 3 =Rd = (Rm * Rs) + Rn}}
 
{{inst|mn=MUL |col 1=MUL<cond>{S} Rd, Rm, Rs      |col 2=Multiply                |col 3 =Rd = Rm * Rs}}
 
}}
 

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)