OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insn32
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp
772
uint32_t
insn32
;
local
774
if (!readInstruction32(Region, Address, Size,
insn32
)) {
779
Result = decodeInstruction(DecoderTable32, instr,
insn32
, Address, this, STI);
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp
753
uint32_t
insn32
= (bytes[3] << 8) |
local
[
all
...]
Completed in 750 milliseconds