callfl0

From Mill Computing Wiki
Revision as of 14:13, 23 February 2021 by Generator (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
realizing  flow stream  flow block  call phase   operation  

native on: all

Call predicated function with no return values on false.

Everything that applies to call0 applies also here. The difference is the predicate to make it a conditional call. And there is one less possible argument in all the encodings.

related operations: call0, calltr0, retn


callfl0(op q, p target, args args)

operands: like Inv :


encoding: callfl0(op q, p target, off argv, count argc) , callfl0(op q, p target, off argv, count argc, lit argv)

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

callfl0(op q, lbl target, args args)

operands: like Inv :


encoding: callfl0(op q, off target, count argc) , callfl0(op q, off target, count argc, lit argv) , callfl0(op q, off target, count argc, lit argv, lit argv)

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