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

#include <instructions-arm64.h>

Collaboration diagram for v8::internal::NEONFormatMap:

Public Attributes

uint8_t bits [kNEONFormatMaxBits]
 
NEONFormat map [1<< kNEONFormatMaxBits]
 

Detailed Description

Definition at line 629 of file instructions-arm64.h.

Member Data Documentation

◆ bits

uint8_t v8::internal::NEONFormatMap::bits[kNEONFormatMaxBits]

Definition at line 631 of file instructions-arm64.h.

◆ map

NEONFormat v8::internal::NEONFormatMap::map[1<< kNEONFormatMaxBits]

Definition at line 634 of file instructions-arm64.h.


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