Searched refs:insn32 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 755 uint32_t insn32; in getInstruction() local 757 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction() 762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8837 UInt insn32, in decode_NEON_instruction() argument 8842 # define INSN(_bMax,_bMin) SLICE_UInt(insn32, (_bMax), (_bMin)) in decode_NEON_instruction() 21922 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); in disInstr_THUMB_WRK() local 21924 &dres, insn32, condT, True/*isT*/ in disInstr_THUMB_WRK() 21934 { UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); in disInstr_THUMB_WRK() local 21936 &dres, insn32, condT, ARMCondAL/*bogus*/, in disInstr_THUMB_WRK()
|