#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 100 of file instructions_ia32.h.
◆ ProloguePattern() [1/2]
dart::ProloguePattern::ProloguePattern |
( |
uword |
pc | ) |
|
|
inlineexplicit |
◆ ProloguePattern() [2/2]
dart::ProloguePattern::ProloguePattern |
( |
uword |
pc | ) |
|
|
inlineexplicit |
◆ pattern() [1/2]
static const int * dart::ProloguePattern::pattern |
( |
| ) |
|
|
inlinestatic |
Definition at line 104 of file instructions_ia32.h.
104 {
105 static const int kProloguePattern[kLengthInBytes] = {0x55, 0x89, 0xe5};
106 return kProloguePattern;
107 }
◆ pattern() [2/2]
static const int * dart::ProloguePattern::pattern |
( |
| ) |
|
|
inlinestatic |
Definition at line 83 of file instructions_x64.h.
83 {
84 static const int kProloguePattern[kLengthInBytes] = {0x55, 0x48, 0x89,
85 0xe5};
86 return kProloguePattern;
87 }
◆ pattern_length_in_bytes() [1/2]
static int dart::ProloguePattern::pattern_length_in_bytes |
( |
| ) |
|
|
inlinestatic |
◆ pattern_length_in_bytes() [2/2]
static int dart::ProloguePattern::pattern_length_in_bytes |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: