Difference between revisions of "Instruction Set/longjmpl"

From Mill Computing Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:longjmpl}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing  flow stream Decode|flow b...")
 
 
(One intermediate revision by the same user not shown)
Line 1:Line 1:
 
{{DISPLAYTITLE:longjmpl}}
 
{{DISPLAYTITLE:longjmpl}}
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]]&nbsp;&nbsp;[[Encoding|flow stream]]&nbsp;&nbsp;[[Decode|flow block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp;<br />
+
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|speculable]]&nbsp;&nbsp;[[Encoding|flow stream]]&nbsp;&nbsp;[[Decode|flow block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp;<br />
 
'''native on:''' [[Cores|all]]<br />
 
'''native on:''' [[Cores|all]]<br />
 
</div>
 
</div>
  
restore to a point place by setjmp
+
target:p
 +
Restore a context saved with [[Instruction_Set/setjmp|setjmp]] and continue from there.
 +
 
 +
The target parameter is not a true pointer, but an opaque index into [[Spiller]] data structures.
 +
 
 +
<b>related operations:</b> [[Instruction_Set/setjmp|setjmp]]
 +
 
 
----
 
----
 
<code style="font-size:130%"><b style="color:#050">longjmpl</b>(<span style="color:#009">[[Domains#op|op]]</span> <span title="belt operand from opsWindow">op0</span>) &#8594; [[Domains#op|op]] r<sub>0</sub></code>
 
<code style="font-size:130%"><b style="color:#050">longjmpl</b>(<span style="color:#009">[[Domains#op|op]]</span> <span title="belt operand from opsWindow">op0</span>) &#8594; [[Domains#op|op]] r<sub>0</sub></code>
Line 16:Line 22:
 
| [[Cores/Tin/Encoding#longjmpl|Tin]] || F0 || 1
 
| [[Cores/Tin/Encoding#longjmpl|Tin]] || F0 || 1
 
|-
 
|-
| [[Cores/Copper/Encoding#longjmpl|Copper]] || F0 F1 || 1
+
| [[Cores/Copper/Encoding#longjmpl|Copper]] || F0 || 1
 
|-
 
|-
 
| [[Cores/Silver/Encoding#longjmpl|Silver]] || F0 F1 F2 || 1
 
| [[Cores/Silver/Encoding#longjmpl|Silver]] || F0 F1 F2 || 1
 
|-
 
|-
| [[Cores/Gold/Encoding#longjmpl|Gold]] || F0 F1 F2 F3 || 1
+
| [[Cores/Gold/Encoding#longjmpl|Gold]] || F0 || 1
|-
+
| [[Cores/Decimal8/Encoding#longjmpl|Decimal8]] || F0 F1 F2 || 1
+
|-
+
| [[Cores/Decimal16/Encoding#longjmpl|Decimal16]] || F0 F1 F2 || 1
+
 
|}
 
|}
  
  
 
[[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  flow stream  flow block  compute phase   operation  

native on: all

target:p Restore a context saved with setjmp and continue from there.

The target parameter is not a true pointer, but an opaque index into Spiller data structures.

related operations: setjmp


longjmpl(op op0) → op r0

operands: like Longjmp pp:p


Core In Slots Latencies
Tin F0 1
Copper F0 1
Silver F0 F1 F2 1
Gold F0 1


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