OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodeInstruction
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp
37
/// o static uint16_t
decodeInstruction
(uint32_t insn) - the decoding function
248
return
decodeInstruction
(insn);
310
/// equivalent instruction and
decodeInstruction
is called with the transformed
318
///
decodeInstruction
(insn) is invoked on the original insn.
342
return
decodeInstruction
(insn);
351
return
decodeInstruction
(insn);
379
return
decodeInstruction
(insn);
/external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
116
int ret =
decodeInstruction
(&internalInstr,
X86DisassemblerDecoder.h
536
/*
decodeInstruction
- Decode one instruction and store the decoding results in
552
int
decodeInstruction
(struct InternalInstruction* insn,
X86DisassemblerDecoder.c
[
all
...]
Completed in 181 milliseconds