![]() |
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 5894 of file WasmDSL.hpp.
|
inlineprivate |
Definition at line 5903 of file WasmDSL.hpp.
|
privatedelete |
Definition at line 5896 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 5900 of file WasmDSL.hpp.
Referenced by m::wasm::and().
Var<U8x16> m::wasm::LocalBitvector::u8x16 |
Definition at line 5898 of file WasmDSL.hpp.