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

#include <assembler-x64.h>

Collaboration diagram for v8::internal::Operand::LabelOperand:

Public Attributes

bool is_label_operand = true
 
uint8_t rex = 0
 
int8_t addend
 
Labellabel
 

Detailed Description

Definition at line 182 of file assembler-x64.h.

Member Data Documentation

◆ addend

int8_t v8::internal::Operand::LabelOperand::addend

Definition at line 190 of file assembler-x64.h.

◆ is_label_operand

bool v8::internal::Operand::LabelOperand::is_label_operand = true

Definition at line 187 of file assembler-x64.h.

◆ label

Label* v8::internal::Operand::LabelOperand::label

Definition at line 191 of file assembler-x64.h.

◆ rex

uint8_t v8::internal::Operand::LabelOperand::rex = 0

Definition at line 188 of file assembler-x64.h.


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