![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <WasmDSL.hpp>
Data Fields | |
Var< U8x16 > | u8x16 |
std::array< uint16_t, 8 > | bitmask_per_offset |
| |
Private Member Functions | |
LocalBitvector () | |
LocalBitvector (const LocalBitvector &)=delete | |
Friends | |
struct | Module |
Definition at line 5893 of file WasmDSL.hpp.
|
inlineprivate |
Definition at line 5902 of file WasmDSL.hpp.
|
privatedelete |
Definition at line 5895 of file WasmDSL.hpp.
std::array<uint16_t, 8> m::wasm::LocalBitvector::bitmask_per_offset |
entry at index
i
is a bitmask for the 16 lanes using the constant bit offseti
Definition at line 5899 of file WasmDSL.hpp.
Referenced by m::wasm::and().
Var<U8x16> m::wasm::LocalBitvector::u8x16 |
Definition at line 5897 of file WasmDSL.hpp.