AsmJit
Low-Latency Machine Code Generation
Expression node that can reference constants, labels, and another expressions.
Resets the whole expression.
Changes both values to ExpressionValueType::kNone.
Sets the value type at index
to ExpressionValueType::kConstant and its content to constant
.
Sets the value type at index
to ExpressionValueType::kLabel and its content to labelEntry
.
Sets the value type at index
to ExpressionValueType::kExpression and its content to expression
.
Operation type.
Value types of value.
Reserved for future use, should be initialized to zero.
Expression left and right values.