<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_CPU_architecture%2Fdoc</id>
	<title>Template:Infobox CPU architecture/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_CPU_architecture%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_CPU_architecture/doc&amp;action=history"/>
	<updated>2026-04-05T02:23:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_CPU_architecture/doc&amp;diff=8183&amp;oldid=prev</id>
		<title>&gt;Frap: /* See also */</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_CPU_architecture/doc&amp;diff=8183&amp;oldid=prev"/>
		<updated>2024-10-21T09:26:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}&lt;br /&gt;
&lt;br /&gt;
This template is for CPU [[instruction set architecture]]s.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox CPU architecture&lt;br /&gt;
| name        = &lt;br /&gt;
| image       = &lt;br /&gt;
| image_size  = &lt;br /&gt;
| alt         = &lt;br /&gt;
| caption     = &lt;br /&gt;
| designer    = &lt;br /&gt;
| bits        = &lt;br /&gt;
| introduced  = &lt;br /&gt;
| version     = &lt;br /&gt;
| design      = &lt;br /&gt;
| type        = &lt;br /&gt;
| encoding    = &lt;br /&gt;
| branching   = &lt;br /&gt;
| endianness  = &lt;br /&gt;
| page size   = &lt;br /&gt;
| extensions  = &lt;br /&gt;
| open        = &lt;br /&gt;
| predecessor = &lt;br /&gt;
| successor   = &lt;br /&gt;
| registers   = &lt;br /&gt;
| gpr         = &lt;br /&gt;
| fpr         = &lt;br /&gt;
| vpr         = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox CPU architecture&lt;br /&gt;
| name        = Name of architecture, e.g. x86, SPARC, PowerPC, MIPS, ARM&lt;br /&gt;
| designer    = Designer of the architecture&lt;br /&gt;
| bits        = Width of accumulator/general registers/stack top, e.g. 32-bit, 64-bit&lt;br /&gt;
| introduced  = Year introduced&lt;br /&gt;
| version     = Version/revision of architecture/ISA&lt;br /&gt;
| design      = Design strategy, e.g. RISC, CISC&lt;br /&gt;
| type        = Type of architecture, e.g. Register-Register, Register-Memory, Memory-Memory&lt;br /&gt;
| encoding    = Instruction set encoding, e.g. Fixed or Variable&lt;br /&gt;
| branching   = Branching evaluation, e.g. Condition register, Condition code, Compare and branch&lt;br /&gt;
| endianness  = Byte ordering, i.e. Little, Big, Bi&lt;br /&gt;
| page size   = Primary size of page, i.e. 4 KiB, 2 MiB, 1 GiB; does not include &amp;quot;huge pages&amp;quot; and other extensions&lt;br /&gt;
| extensions  = ISA extensions, i.e. MMX, SSE, AltiVec, etc&lt;br /&gt;
| predecessor = Earlier architecture(s) this one is based on, if it has a separate page&lt;br /&gt;
| successor   = Later architecture(s) based primarily on this one, if it has a separate page&lt;br /&gt;
| open        = Is the architecture open or not? (as in free or proprietary)&lt;br /&gt;
| registers   = Number and size of processor registers &lt;br /&gt;
| gpr         = Number of general-purpose registers (and size, if not indicated by bits=)&lt;br /&gt;
| fpr         = Number of floating-point registers (and size, if not indicated by bits=)&lt;br /&gt;
| vpr         = Number of vector registers (and size, if not indicated by bits=)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
All fields are optional.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
{{Infobox CPU architecture&lt;br /&gt;
| name       = SPARC&lt;br /&gt;
| designer   = [[Sun Microsystems]]&lt;br /&gt;
| bits       = 64-bit (32 → 64)&lt;br /&gt;
| introduced = 1985&lt;br /&gt;
| version    = V9 (1993)&lt;br /&gt;
| design     = RISC&lt;br /&gt;
| type       = Register-Register&lt;br /&gt;
| encoding   = Fixed&lt;br /&gt;
| branching  = Condition code&lt;br /&gt;
| endianness = Bi (Big → Bi)&lt;br /&gt;
| page size  = 8 KiB&lt;br /&gt;
| extensions = [[Visual Instruction Set|VIS]] 1.0, 2.0, 3.0&lt;br /&gt;
| open       = Yes&lt;br /&gt;
| gpr        = 31 (G0 = 0; non-global registers use [[register window]]s)&lt;br /&gt;
| fpr        = 32&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox CPU architecture&lt;br /&gt;
| name       = SPARC&lt;br /&gt;
| designer   = [[Sun Microsystems]]&lt;br /&gt;
| bits       = 64-bit (32 → 64)&lt;br /&gt;
| introduced = 1985&lt;br /&gt;
| version    = V9 (1993)&lt;br /&gt;
| design     = RISC&lt;br /&gt;
| type       = Register-Register&lt;br /&gt;
| encoding   = Fixed&lt;br /&gt;
| branching  = Condition code&lt;br /&gt;
| endianness = Bi (Big → Bi)&lt;br /&gt;
| page size  = 8 KiB&lt;br /&gt;
| extensions = [[Visual Instruction Set|VIS]] 1.0, 2.0, 3.0&lt;br /&gt;
| open       = Yes&lt;br /&gt;
| gpr        = 31 (G0 = 0; non-global registers use [[register window]]s)&lt;br /&gt;
| fpr        = 32&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
All parameters are optional.&lt;br /&gt;
; name: Name of architecture, e.g. x86, SPARC, PowerPC, MIPS, ARM&lt;br /&gt;
; designer: Designer of the architecture&lt;br /&gt;
; bits: Width of accumulator/general registers/stack top, e.g. 32-bit, 64-bit&lt;br /&gt;
; introduced: Year introduced&lt;br /&gt;
; version: Version/revision of architecture/ISA&lt;br /&gt;
; design: Design strategy, e.g. RISC, CISC&lt;br /&gt;
; type: Type of architecture, e.g. Register-Register, Register-Memory, Memory-Memory&lt;br /&gt;
; encoding: Instruction set encoding, e.g. Fixed or Variable&lt;br /&gt;
; branching: Branching evaluation, e.g. Condition register, Condition code, Compare and branch&lt;br /&gt;
; endianness: Byte ordering, e.g. Little, Big, Bi&lt;br /&gt;
; page size: Primary size of page, e.g. 4 KiB, 2 MiB, 1 GiB; does not include &amp;quot;huge pages&amp;quot; and other extensions&lt;br /&gt;
; extensions: ISA extensions, e.g. MMX, SSE, AltiVec&lt;br /&gt;
; open: Is the architecture open or not? (as in free or proprietary)&lt;br /&gt;
; predecessor: Earlier architecture(s) this one is based on, if it has a separate page&lt;br /&gt;
; successor: Later architecture(s) based primarily on this one, if it has a separate page&lt;br /&gt;
&lt;br /&gt;
; registers: Number and size of processor registers&lt;br /&gt;
; gpr: Number of general-purpose registers (and size, if not indicated by bits=)&lt;br /&gt;
; fpr: Number of floating-point registers (and size, if not indicated by bits=)&lt;br /&gt;
; vpr: Number of vector registers (and size, if not indicated by bits=)&lt;br /&gt;
=== See also ===&lt;br /&gt;
* {{tl|Infobox CPU}} — for [[central processing unit]]s&lt;br /&gt;
* {{tl|Infobox CPU series}}&lt;br /&gt;
* {{tl|Infobox computer hardware bus}} — for [[Bus (computing)|computer bus]]es&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Computer hardware infobox templates|CPU architecture]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;Frap</name></author>
	</entry>
</feed>