MCPcopy Create free account
hub / github.com/asmjit/asmjit / VecArray

Class VecArray

asmjit/ujit/ujitbase.h:453–622  ·  view source on GitHub ↗

Vector operand array. Used to model SIMD code generation where the code generator can use up to \ref OpArray::kMaxSize registers per `VecArray`. The advantage of `VecArray` is that it allows to parametrize the ideal number of registers at runtime and to use a single code-path to generate advanced SIMD code. In addition, \ref UniCompiler fully understands `VecArray` so it can be passed instead of

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

loMethod · 0.85
hiMethod · 0.85
evenMethod · 0.85
oddMethod · 0.85
even_oddMethod · 0.85
halfMethod · 0.85
every_nthMethod · 0.85

Calls 1

initFunction · 0.85

Tested by

no test coverage detected