Home
last modified time | relevance | path

Searched refs:insn32 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp755 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/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp767 uint32_t insn32 = (bytes[3] << 8) | in getInstruction() local
772 result = decodeThumbInstruction32(MI, insn32, Address, this, STI); in getInstruction()
782 result = decodeThumb2Instruction32(MI, insn32, Address, this, STI); in getInstruction()
790 result = decodeVFPInstruction32(MI, insn32, Address, this, STI); in getInstruction()
798 result = decodeNEONDupInstruction32(MI, insn32, Address, this, STI); in getInstruction()
805 if (fieldFromInstruction32(insn32, 24, 8) == 0xF9) { in getInstruction()
807 uint32_t NEONLdStInsn = insn32; in getInstruction()
818 if (fieldFromInstruction32(insn32, 24, 4) == 0xF) { in getInstruction()
820 uint32_t NEONDataInsn = insn32; in getInstruction()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c8899 UInt insn32, in decode_NEON_instruction_ARMv7_and_below() argument
8904 # define INSN(_bMax,_bMin) SLICE_UInt(insn32, (_bMax), (_bMin)) in decode_NEON_instruction_ARMv7_and_below()
23410 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); in disInstr_THUMB_WRK() local
23412 &dres, insn32, condT, True/*isT*/ in disInstr_THUMB_WRK()
23422 { UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); in disInstr_THUMB_WRK() local
23424 &dres, insn32, condT, ARMCondAL/*bogus*/, in disInstr_THUMB_WRK()
23440 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); in disInstr_THUMB_WRK() local
23442 = decode_V8_instruction( &dres, insn32, condT, True/*isT*/, in disInstr_THUMB_WRK()