OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modrm_entry
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/sandbox/win/src/sidestep/
mini_disassembler.cpp
344
const ModrmEntry*
modrm_entry
= 0;
local
346
modrm_entry
= &s_ia32_modrm_map_[modrm];
348
modrm_entry
= &s_ia16_modrm_map_[modrm];
350
// Invariant:
modrm_entry
points to information that we need to decode
355
if (
modrm_entry
->is_encoded_in_instruction_)
356
operand_bytes_ +=
modrm_entry
->operand_size_;
360
if (
modrm_entry
->use_sib_byte_) {
Completed in 7440 milliseconds