asmjit::InvokeNode Class Reference [¶]

Function invocation, used by BaseCompiler.
Function invocation, used by BaseCompiler.
Creates a new InvokeNode
instance.
Returns the function detail.
Returns the function detail.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns the number of function return values.
Returns the number of function arguments.
Returns operand pack representing function return value(s).
Returns operand pack representing function return value(s).
Returns the return value at the given value_index
.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns operand pack representing function return value(s).
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns a function argument at the given arg_index
.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Sets the function return value at i
to op
.
Sets the function argument at i
to op
.
Sets the function return value at value_index
to reg
.
Sets the first function argument in a value-pack at arg_index
to reg
.
Sets the first function argument in a value-pack at arg_index
to imm
.
Sets the function argument at arg_index
and value_index
to reg
.
Sets the function argument at arg_index
and value_index
to imm
.
Function detail.
Function return value(s).
Function arguments.