Difference between revisions of "Instruction Set/flowArgs"
From Mill Computing Wiki
Line 5: | Line 5: | ||
four-byte constant continuation, conditional predicate, or other ganged argument | four-byte constant continuation, conditional predicate, or other ganged argument | ||
+ | ---- | ||
+ | <code style="font-size:130%"><b style="color:#050">flowArgs</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">arg</span></i>)</code> | ||
+ | <div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeInv|like Inv :]] | ||
+ | </div> | ||
+ | <br /> | ||
+ | |||
+ | {| class="mw-collapsible mw-collapsed wikitable" data-expandtext="▸" data-collapsetext="▾" | ||
+ | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
+ | |- | ||
+ | | [[Cores/Tin/Encoding#flowArgs|Tin]] || F1 || 1 | ||
+ | |- | ||
+ | | [[Cores/Copper/Encoding#flowArgs|Copper]] || F1 || 1 | ||
+ | |- | ||
+ | | [[Cores/Silver/Encoding#flowArgs|Silver]] || F1 F2 F3 || 1 | ||
+ | |- | ||
+ | | [[Cores/Gold/Encoding#flowArgs|Gold]] || F1 || 1 | ||
+ | |} | ||
+ | |||
---- | ---- | ||
<code style="font-size:130%"><b style="color:#050">flowArgs</b>(<span style="color:#009">[[Domains#ops|ops]]</span> <span title="one or more return arguments">args</span>)</code> | <code style="font-size:130%"><b style="color:#050">flowArgs</b>(<span style="color:#009">[[Domains#ops|ops]]</span> <span title="one or more return arguments">args</span>)</code> | ||
Line 25: | Line 43: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding#flowArgs|Tin]] || F1 || | + | | [[Cores/Tin/Encoding#flowArgs|Tin]] || F1 || 1 |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Copper/Encoding#flowArgs|Copper]] || F1 || 1 |
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Silver/Encoding#flowArgs|Silver]] || F1 F2 F3 || 1 |
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Gold/Encoding#flowArgs|Gold]] || F1 || 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 13:26, 23 February 2021
four-byte constant continuation, conditional predicate, or other ganged argument
flowArgs(off arg)
operands: like Inv :
Core | In Slots | Latencies |
---|---|---|
Tin | F1 | 1 |
Copper | F1 | 1 |
Silver | F1 F2 F3 | 1 |
Gold | F1 | 1 |
flowArgs(ops args)
operands: like Inv :
encoding:
flowArgs(off arg)
,
flowArgs(off arg, lit arg)
,
flowArgs(off arg, lit arg, lit arg)
,
flowArgs(off arg, lit arg, lit arg, lit arg)
Core | In Slots | Latencies |
---|---|---|
Tin | F1 | 1 |
Copper | F1 | 1 |
Silver | F1 F2 F3 | 1 |
Gold | F1 | 1 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable