OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readOpcode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/MCDisassembler/
EDToken.cpp
105
bool
readOpcode
= false;
140
if (!
readOpcode
) {
145
readOpcode
= true;
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c
519
*
readOpcode
- Reads the opcode (excepting the ModR/M byte in the case of
525
static int
readOpcode
(struct InternalInstruction* insn) {
530
dbgprintf(insn, "
readOpcode
()");
[
all
...]
Completed in 1174 milliseconds