Difference between revisions of "Instruction Set/lssp"

From Mill Computing Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1:Line 1:
 
{{DISPLAYTITLE:lssp}}
 
{{DISPLAYTITLE:lssp}}
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]]&nbsp;&nbsp;[[Encoding|exu stream]]&nbsp;&nbsp;[[Decode|exu block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp; [[Domains|in the pointers value domain]]&nbsp;&nbsp;<br />
+
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|speculable]]&nbsp;&nbsp;[[Encoding|exu stream]]&nbsp;&nbsp;[[Decode|exu block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp; [[Domains|in the pointer value domain]]&nbsp;&nbsp;<br />
'''aliases:''' gtrp <br />
+
 
'''native on:''' [[Cores|all]]<br />
 
'''native on:''' [[Cores|all]]<br />
 
</div>
 
</div>
  
less than
+
Pointer lesser than.
 +
The highest 3 bits of pointers are reserved for user purposes like garbage collection, and as such are ignored in pointer comparisons.<br />
 +
With swapped operands this is also an alias for 'gtrp'.
 +
 
 
----
 
----
 
<code style="font-size:130%"><b style="color:#050">lssp</b>(<span style="color:#009">[[Domains#p|p]]</span> <span title="belt operand from ops window">x</span>, <span style="color:#009">[[Domains#p|p]]</span> <span title="belt operand from ops window">y</span>) &#8594; [[Domains#p|p]] r<sub>0</sub></code>
 
<code style="font-size:130%"><b style="color:#050">lssp</b>(<span style="color:#009">[[Domains#p|p]]</span> <span title="belt operand from ops window">x</span>, <span style="color:#009">[[Domains#p|p]]</span> <span title="belt operand from ops window">y</span>) &#8594; [[Domains#p|p]] r<sub>0</sub></code>
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeEqlp|like Eqlp pp:p]]
+
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeEqlp|like Eqlp [pp:p]]]
 
</div>
 
</div>
 
<br />
 
<br />
Line 15:Line 17:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#lssp|Tin]] || E0 || 2
+
| [[Cores/Tin/Encoding#lssp|Tin]] || E0 ||  
|-
+
| [[Cores/Copper/Encoding#lssp|Copper]] || E0 E1 || 2
+
|-
+
| [[Cores/Silver/Encoding#lssp|Silver]] || E0 E1 E2 E3 || 2
+
 
|-
 
|-
| [[Cores/Gold/Encoding#lssp|Gold]] || E0 E1 E2 E3 E4 E5 E6 E7 || 2
+
| [[Cores/Copper/Encoding#lssp|Copper]] || E0 ||  
 
|-
 
|-
| [[Cores/Decimal8/Encoding#lssp|Decimal8]] || E0 E1 E2 E3 || 2
+
| [[Cores/Silver/Encoding#lssp|Silver]] || E0 E1 E2 E3 ||  
 
|-
 
|-
| [[Cores/Decimal16/Encoding#lssp|Decimal16]] || E0 E1 E2 E3 || 2
+
| [[Cores/Gold/Encoding#lssp|Gold]] || E0 ||  
 
|}
 
|}
  
  
 
[[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable]
 
[[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable]

Latest revision as of 14:00, 23 February 2021

speculable  exu stream  exu block  compute phase   operation   in the pointer value domain  

native on: all

Pointer lesser than. The highest 3 bits of pointers are reserved for user purposes like garbage collection, and as such are ignored in pointer comparisons.
With swapped operands this is also an alias for 'gtrp'.


lssp(p x, p y) → p r0

operands: like Eqlp [pp:p]


Core In Slots Latencies
Tin E0
Copper E0
Silver E0 E1 E2 E3
Gold E0


Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable