v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
simd-shuffle.cc File Reference
#include "src/wasm/simd-shuffle.h"
#include <algorithm>
#include "src/common/globals.h"
Include dependency graph for simd-shuffle.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Functions

template<size_t N>
constexpr const SimdShuffle::ShuffleArray v8::internal::wasm::expand (const std::array< uint8_t, N > in)
 
template<int kLanes, int kLaneBytes>
bool v8::internal::wasm::MatchHelper (const uint8_t *input, uint8_t *output)