From WikiChip
Editing arm/helium

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 1: Line 1:
 
{{arm title|Helium (MVE)}}{{arm isa main}}
 
{{arm title|Helium (MVE)}}{{arm isa main}}
 
'''Helium''' or '''M-Profile Vector Extension''' ('''MVE''') is an optional vector architectural extension introduced as part of the {{arm|ARMv8.1-M}} architecture. Implementations that include MVE also include the DSP extension.
 
'''Helium''' or '''M-Profile Vector Extension''' ('''MVE''') is an optional vector architectural extension introduced as part of the {{arm|ARMv8.1-M}} architecture. Implementations that include MVE also include the DSP extension.
 
== Etymology ==
 
Arm's main vector extension is called ''{{\\|Neon}}''. Designed to be a lighter vector extension, MVE was branded ''Helium'' which is another noble gas with a lighter atomic weight.
 
  
 
== Overview ==
 
== Overview ==
Line 10: Line 7:
 
MVE instructions comes in two distinct flavors: '''MVE-I''' and '''MVE-F''':
 
MVE instructions comes in two distinct flavors: '''MVE-I''' and '''MVE-F''':
  
* '''MVE-I''' operates on 32-bit, 16-bit, and 8-bit integer data types
+
* '''MVE-I''' operates on 32-bit, 16-bit, and 8-bit data types
 
* '''MVE-F''' operates on [[half-precision]] and [[single-precision]] [[floating-point]] values
 
* '''MVE-F''' operates on [[half-precision]] and [[single-precision]] [[floating-point]] values
  
Line 16: Line 13:
  
 
=== Registers ===
 
=== Registers ===
MVE defines eight vector registers: '''Q0''' .. '''Q7'''. These registers are all 128-bit wide. In order to maximize area reuse, the eight vector registers are defined as aliases onto the Floating-point Extension register file. There are many vector instructions that can use scalar arguments from the general-purpose register file. This was done in order to reduce pressure on the vector register file.
+
MVE defines eight vector registers: '''Q0''' .. '''Q7'''. In order to maximize area reuse, the eight vector registers are defined as aliases onto the Floating-point Extension register file. There are many vector instructions that can use scalar arguments from the general-purpose register file. This was done in order to reduce pressure on the vector register file.
  
 
:[[File:helium vector reg file alias.svg|500px]]
 
:[[File:helium vector reg file alias.svg|500px]]
Line 35: Line 32:
  
 
It's worth noting that the number of beats per cycle is not required to be a constant and is allowed to change at runtime. One important rule associated with a dual-beat system is that they may overlap. In other words, an implementation may execute the last two beats of an operation along with the first two beats of the next vector instruction.
 
It's worth noting that the number of beats per cycle is not required to be a constant and is allowed to change at runtime. One important rule associated with a dual-beat system is that they may overlap. In other words, an implementation may execute the last two beats of an operation along with the first two beats of the next vector instruction.
 
== Features ==
 
  
 
=== Predication/conditional execution ===
 
=== Predication/conditional execution ===

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)