mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Fields | Private Member Functions | Friends
m::wasm::LocalBitvector Struct Reference

#include <WasmDSL.hpp>

Collaboration diagram for m::wasm::LocalBitvector:
[legend]

Data Fields

Var< U8x16 > u8x16
 
std::array< uint16_t, 8 > bitmask_per_offset
 

‍entry at index i is a bitmask for the 16 lanes using the constant bit offset i


 

Private Member Functions

 LocalBitvector ()
 
 LocalBitvector (const LocalBitvector &)=delete
 

Friends

struct Module
 

Detailed Description

Definition at line 5893 of file WasmDSL.hpp.

Constructor & Destructor Documentation

◆ LocalBitvector() [1/2]

m::wasm::LocalBitvector::LocalBitvector ( )
inlineprivate

Definition at line 5902 of file WasmDSL.hpp.

◆ LocalBitvector() [2/2]

m::wasm::LocalBitvector::LocalBitvector ( const LocalBitvector )
privatedelete

Friends And Related Function Documentation

◆ Module

friend struct Module
friend

Definition at line 5895 of file WasmDSL.hpp.

Field Documentation

◆ bitmask_per_offset

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 offset i

Definition at line 5899 of file WasmDSL.hpp.

Referenced by m::wasm::and().

◆ u8x16

Var<U8x16> m::wasm::LocalBitvector::u8x16

Definition at line 5897 of file WasmDSL.hpp.


The documentation for this struct was generated from the following file: