v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::v_traits< Simd256 > Struct Reference

#include <index.h>

Collaboration diagram for v8::internal::compiler::turboshaft::v_traits< Simd256 >:

Classes

struct  implicitly_constructible_from
 

Public Types

using rep_type = RegisterRepresentation
 
using constexpr_type = uint8_t[kSimd256Size]
 

Static Public Member Functions

static constexpr bool allows_representation (RegisterRepresentation maybe_allowed_rep)
 

Static Public Attributes

static constexpr bool is_abstract_tag = true
 
static constexpr auto rep = RegisterRepresentation::Simd256()
 

Detailed Description

Definition at line 386 of file index.h.

Member Typedef Documentation

◆ constexpr_type

Definition at line 390 of file index.h.

◆ rep_type

Member Function Documentation

◆ allows_representation()

static constexpr bool v8::internal::compiler::turboshaft::v_traits< Simd256 >::allows_representation ( RegisterRepresentation maybe_allowed_rep)
inlinestaticconstexpr

Definition at line 391 of file index.h.

Here is the call graph for this function:

Member Data Documentation

◆ is_abstract_tag

bool v8::internal::compiler::turboshaft::v_traits< Simd256 >::is_abstract_tag = true
staticconstexpr

Definition at line 387 of file index.h.

◆ rep

Definition at line 389 of file index.h.


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