MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / new_vec_array

Function new_vec_array

lib/asmjit/asmjit/ujit/unicompiler.h:890–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888 }
889
890 ASMJIT_INLINE void new_vec_array(OpArray& dst, size_t n, VecWidth vw, const char* name) noexcept {
891 new_reg_array(dst, n, VecWidthUtils::type_id_of(vw), name);
892 }
893
894 ASMJIT_INLINE void new_vec_array(OpArray& dst, size_t n, VecWidth vw, const char* prefix, const char* name) noexcept {
895 new_reg_array(dst, n, VecWidthUtils::type_id_of(vw), prefix, name);

Callers

nothing calls this directly

Calls 2

new_reg_arrayFunction · 0.85
type_id_ofFunction · 0.70

Tested by

no test coverage detected