(no commit message)
authorlkcl <lkcl@web>
Wed, 30 Jun 2021 19:54:14 +0000 (20:54 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 30 Jun 2021 19:54:14 +0000 (20:54 +0100)
openpower/sv/register_type_tags.mdwn [new file with mode: 0644]

diff --git a/openpower/sv/register_type_tags.mdwn b/openpower/sv/register_type_tags.mdwn
new file mode 100644 (file)
index 0000000..3a56e6f
--- /dev/null
@@ -0,0 +1,8 @@
+[[!tag standards]]
+
+# Register Type Tags
+
+A concept present in processors such as Texas Instruments DSPs and in the Mill Architecture to an advanced level, register "tags" allow the meaning and behaviour of instructions to change, polymorphically.
+
+This allows instructions originally designed to only be IEEE754 FP64 fir example to become IEEE754 FP128 or even complex mumbers.  With SVP64 supporting [[sv/remap]] it is not conceptually that much of a leap to support complex numbers, given that the hardware to do so is already in place.
+