#include <assembler-x87.h>
Definition at line 144 of file assembler-x87.h.
◆ AllocationIndexToString()
static const char* v8::internal::X87Register::AllocationIndexToString |
( |
int |
index | ) |
|
|
inlinestatic |
Definition at line 162 of file assembler-x87.h.
164 const char*
const names[] = {
165 "stX_0",
"stX_1",
"stX_2",
"stX_3",
"stX_4",
166 "stX_5",
"stX_6",
"stX_7"
#define DCHECK(condition)
static const int kMaxNumAllocatableRegisters
References DCHECK, and kMaxNumAllocatableRegisters.
◆ code()
int v8::internal::X87Register::code |
( |
| ) |
const |
|
inline |
◆ FromAllocationIndex()
static X87Register v8::internal::X87Register::FromAllocationIndex |
( |
int |
index | ) |
|
|
inlinestatic |
◆ is()
◆ is_valid()
bool v8::internal::X87Register::is_valid |
( |
| ) |
const |
|
inline |
◆ NumAllocatableAliasedRegisters()
static int v8::internal::X87Register::NumAllocatableAliasedRegisters |
( |
| ) |
|
|
inlinestatic |
◆ NumAllocatableRegisters()
static int v8::internal::X87Register::NumAllocatableRegisters |
( |
| ) |
|
|
inlinestatic |
◆ ToAllocationIndex()
static int v8::internal::X87Register::ToAllocationIndex |
( |
X87Register |
reg | ) |
|
|
inlinestatic |
◆ code_
int v8::internal::X87Register::code_ |
◆ kMaxNumAllocatableRegisters
const int v8::internal::X87Register::kMaxNumAllocatableRegisters = 6 |
|
static |
◆ kMaxNumRegisters
const int v8::internal::X87Register::kMaxNumRegisters = 8 |
|
static |
The documentation for this struct was generated from the following file: