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

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp772 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/
H A DARMDisassembler.cpp753 uint32_t insn32 = (bytes[3] << 8) | local
758 result = decodeInstruction(DecoderTableThumb32, MI, insn32, Address,
769 result = decodeInstruction(DecoderTableThumb232, MI, insn32, Address,
777 if (fieldFromInstruction(insn32, 28, 4) == 0xE) {
779 result = decodeInstruction(DecoderTableVFP32, MI, insn32, Address, this, STI);
788 result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
794 if (fieldFromInstruction(insn32, 28, 4) == 0xE) {
796 result = decodeInstruction(DecoderTableNEONDup32, MI, insn32, Address,
805 if (fieldFromInstruction(insn32, 24, 8) == 0xF9) {
807 uint32_t NEONLdStInsn = insn32;
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8835 UInt insn32,
8840 # define INSN(_bMax,_bMin) SLICE_UInt(insn32, (_bMax), (_bMin))
21803 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
21805 &dres, insn32, condT, True/*isT*/
21815 { UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
21817 &dres, insn32, condT, ARMCondAL/*bogus*/,
8833 decode_NEON_instruction( DisResult* dres, UInt insn32, IRTemp condT, Bool isT ) argument

Completed in 1497 milliseconds