Home
last modified time | relevance | path

Searched refs:Insn32 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp328 uint32_t Insn32; in getInstruction() local
329 if (!readInstruction32(Bytes, Address, Size, Insn32)) { in getInstruction()
333 return decodeInstruction(DecoderTable32, Instr, Insn32, Address, this, STI); in getInstruction()
/external/llvm-project/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp328 uint32_t Insn32; in getInstruction() local
329 if (!readInstruction32(Bytes, Address, Size, Insn32)) { in getInstruction()
333 return decodeInstruction(DecoderTable32, Instr, Insn32, Address, this, STI); in getInstruction()
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp977 uint32_t Insn32 = in getThumbInstruction() local
981 decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1001 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1011 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getThumbInstruction()
1015 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
1018 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1020 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1029 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getThumbInstruction()
1035 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1036 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getThumbInstruction()
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp764 uint32_t Insn32 = in getInstruction() local
767 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getInstruction()
777 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getInstruction()
784 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getInstruction()
786 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getInstruction()
795 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getInstruction()
801 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getInstruction()
802 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getInstruction()
811 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) { in getInstruction()
812 uint32_t NEONLdStInsn = Insn32; in getInstruction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp975 uint32_t Insn32 = in getThumbInstruction() local
979 decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI); in getThumbInstruction()
999 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1009 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getThumbInstruction()
1013 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
1016 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1018 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getThumbInstruction()
1027 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getThumbInstruction()
1033 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getThumbInstruction()
1034 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getThumbInstruction()
[all …]