HomeSort by relevance Sort by last modified time
    Searched refs:insn32 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 755 uint32_t insn32; local
757 if (!readInstruction32(Bytes, Address, Size, insn32)) {
762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 21847 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
21859 { UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
    [all...]

Completed in 148 milliseconds