#include <instructions_ia32.h>
|
static const int * | pattern () |
|
static int | pattern_length_in_bytes () |
|
static const int * | pattern () |
|
static int | pattern_length_in_bytes () |
|
static uword | DecodeLoadWordImmediate (uword end, Register *reg, intptr_t *value) |
|
static uword | DecodeLoadWordImmediate (uword end, Register *reg, intptr_t *value) |
|
static uword | DecodeLoadWordImmediate (uword end, Register *reg, intptr_t *value) |
|
static void | EncodeLoadWordImmediate (uword end, Register reg, intptr_t value) |
|
static uword | DecodeLoadWordFromPool (uword end, Register *reg, intptr_t *index) |
|
static uword | DecodeLoadWordFromPool (uword end, Register *reg, intptr_t *index) |
|
static uword | DecodeLoadWordFromPool (uword end, Register *reg, intptr_t *index) |
|
static uword | DecodeLoadDoubleWordFromPool (uword end, Register *reg1, Register *reg2, intptr_t *index) |
|
static void | EncodeLoadWordFromPoolFixed (uword end, int32_t offset) |
|
static void | EncodeLoadWordFromPoolFixed (uword end, int32_t offset) |
|
Definition at line 116 of file instructions_ia32.h.
◆ SetFramePointerPattern() [1/2]
dart::SetFramePointerPattern::SetFramePointerPattern |
( |
uword |
pc | ) |
|
|
inlineexplicit |
◆ SetFramePointerPattern() [2/2]
dart::SetFramePointerPattern::SetFramePointerPattern |
( |
uword |
pc | ) |
|
|
inlineexplicit |
◆ pattern() [1/2]
static const int * dart::SetFramePointerPattern::pattern |
( |
| ) |
|
|
inlinestatic |
Definition at line 121 of file instructions_ia32.h.
121 {
122 static const int kFramePointerPattern[kLengthInBytes] = {0x89, 0xe5};
123 return kFramePointerPattern;
124 }
◆ pattern() [2/2]
static const int * dart::SetFramePointerPattern::pattern |
( |
| ) |
|
|
inlinestatic |
Definition at line 101 of file instructions_x64.h.
101 {
102 static const int kFramePointerPattern[kLengthInBytes] = {0x48, 0x89, 0xe5};
103 return kFramePointerPattern;
104 }
◆ pattern_length_in_bytes() [1/2]
static int dart::SetFramePointerPattern::pattern_length_in_bytes |
( |
| ) |
|
|
inlinestatic |
◆ pattern_length_in_bytes() [2/2]
static int dart::SetFramePointerPattern::pattern_length_in_bytes |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: