OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modFromModRM
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
159
if (
modFromModRM
(modRM) == 0x3)
163
if (
modFromModRM
(modRM) == 0x3)
167
if (
modFromModRM
(modRM) == 0x3)
[
all
...]
X86DisassemblerDecoder.h
26
#define
modFromModRM
(modRM) (((modRM) & 0xc0) >> 6)
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c
139
if (
modFromModRM
(modRM) == 0x3)
968
switch (
modFromModRM
(insn->modRM)) {
1059
mod =
modFromModRM
(insn->modRM);
[
all
...]
X86DisassemblerDecoder.h
37
#define
modFromModRM
(modRM) (((modRM) & 0xc0) >> 6)
/external/capstone/arch/X86/
X86DisassemblerDecoder.c
242
if (
modFromModRM
(modRM) == 0x3)
246
if (
modFromModRM
(modRM) == 0x3)
250
if (
modFromModRM
(modRM) == 0x3)
[
all
...]
X86DisassemblerDecoder.h
36
#define
modFromModRM
(modRM) (((modRM) & 0xc0) >> 6)
Completed in 918 milliseconds