Content deleted Content added
Tag: Reverted |
|||
(8 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
This template is for CPU [[instruction set architecture]]s.
=== Usage ===
<syntaxhighlight lang="wikitext">
{{Infobox CPU architecture
| name =
| image_size =
| caption =
| designer =
| bits =
Line 24 ⟶ 31:
| gpr =
| fpr =
| vpr =
▲| date =
}}
</syntaxhighlight>
=== Description ===
<syntaxhighlight lang="wikitext">
{{Infobox CPU architecture
| name = Name of architecture, e.g. x86, SPARC, PowerPC, MIPS, ARM
Line 51 ⟶ 57:
| fpr = Number of floating-point registers (and size, if not indicated by bits=)
| vpr = Number of vector registers (and size, if not indicated by bits=)
}}
</syntaxhighlight>
All fields are optional.
Line 73 ⟶ 78:
| gpr = 31 (G0 = 0; non-global registers use [[register window]]s)
| fpr = 32
▲| date = Summer 1993
}}
<syntaxhighlight lang="wikitext">
{{Infobox CPU architecture
| name = SPARC
Line 93 ⟶ 97:
| fpr = 32
}}
</syntaxhighlight>
=== Parameters ===
Line 118 ⟶ 122:
; vpr: Number of vector registers (and size, if not indicated by bits=)
=== See also ===
* {{
* {{
* {{tl|Infobox computer hardware bus}} — for [[Bus (computing)|computer bus]]es <includeonly>{{Sandbox other||
|