Go to the source code of this file.
◆ ALLOCATABLE_DOUBLE_REGISTERS
#define ALLOCATABLE_DOUBLE_REGISTERS |
( |
| V | ) |
|
Value:
V(xmm1) \
V(xmm2) \
V(xmm3) \
V(xmm4) \
V(xmm5) \
V(xmm6)
Definition at line 43 of file register-ia32.h.
◆ ALLOCATABLE_GENERAL_REGISTERS
#define ALLOCATABLE_GENERAL_REGISTERS |
( |
| V | ) |
|
Value:
V(ecx) \
V(edx) \
V(esi) \
V(edi)
Definition at line 23 of file register-ia32.h.
◆ DEFINE_REGISTER [1/2]
#define DEFINE_REGISTER |
( |
| R | ) |
|
Value: constexpr Register R = Register::from_code(kRegCode_##R);
Definition at line 79 of file register-ia32.h.
◆ DEFINE_REGISTER [2/2]
#define DEFINE_REGISTER |
( |
| R | ) |
|
Value: constexpr DoubleRegister R = DoubleRegister::from_code(kDoubleCode_##R);
Definition at line 79 of file register-ia32.h.
◆ DOUBLE_REGISTERS
#define DOUBLE_REGISTERS |
( |
| V | ) |
|
Value:
V(xmm1) \
V(xmm2) \
V(xmm3) \
V(xmm4) \
V(xmm5) \
V(xmm6) \
V(xmm7)
Definition at line 30 of file register-ia32.h.
◆ FLOAT_REGISTERS
◆ GENERAL_REGISTERS
#define GENERAL_REGISTERS |
( |
| V | ) |
|
Value:
V(ecx) \
V(edx) \
V(ebx) \
V(esp) \
V(ebp) \
V(esi) \
V(edi)
Definition at line 13 of file register-ia32.h.
◆ REGISTER_CODE [1/2]
#define REGISTER_CODE |
( |
| R | ) |
|
◆ REGISTER_CODE [2/2]
#define REGISTER_CODE |
( |
| R | ) |
|
◆ SIMD128_REGISTERS