HomeSort by relevance Sort by last modified time
    Searched refs:insn32 (Results 1 - 3 of 3) 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...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 21803 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
21815 { UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
    [all...]

Completed in 274 milliseconds