![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Classes | |
struct | MaskBuilder |
struct | OpMaskField |
struct | UnwrapRepresentation |
struct | UnwrapRepresentation< FloatRepresentation > |
struct | UnwrapRepresentation< RegisterRepresentation > |
struct | UnwrapRepresentation< WordRepresentation > |
Functions | |
template<typename T > | |
constexpr uint64_t | encode_for_mask (T value) |
using v8::internal::compiler::turboshaft::Opmask::kBitwiseAnd = WordBinopKindMask::For<WordBinopOp::Kind::kBitwiseAnd> |
using v8::internal::compiler::turboshaft::Opmask::kBitwiseXor = WordBinopKindMask::For<WordBinopOp::Kind::kBitwiseXor> |
using v8::internal::compiler::turboshaft::Opmask::kShiftLeft = ShiftKindMask::For<ShiftOp::Kind::kShiftLeft> |
using v8::internal::compiler::turboshaft::Opmask::PhiMask = MaskBuilder<PhiOp, FIELD(PhiOp, rep)> |