asmjit::ujit::OpArray Class Reference [¶]

Operand array used by SIMD pipeline.
Can hold up to kMaxSize
registers, however, the number of actual registers is dynamic and depends on initialization.
Operand array used by SIMD pipeline.
Can hold up to kMaxSize
registers, however, the number of actual registers is dynamic and depends on initialization.
Resets OpArray
to a default construction state.
Tests whether the vector is empty (has no elements).
Tests whether the vector has only one element, which makes it scalar.
Tests whether the vector has more than 1 element, which means that calling high()
and odd()
won't return an empty vector.
Returns the number of vector elements.
Returns the maximum size of vector elements.