Home
last modified time | relevance | path

Searched refs:decodeInstruction (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp979 Result = decodeInstruction(DecoderTableMicroMipsR616, Instr, Insn, in getInstruction()
990 Result = decodeInstruction(DecoderTableMicroMips16, Instr, Insn, Address, in getInstruction()
1004 Result = decodeInstruction(DecoderTableMicroMipsR632, Instr, Insn, Address, in getInstruction()
1014 Result = decodeInstruction(DecoderTableMicroMips32, Instr, Insn, Address, in getInstruction()
1023 Result = decodeInstruction(DecoderTableMicroMips32r6FP6432, Instr, Insn, in getInstruction()
1046 decodeInstruction(DecoderTableCOP3_32, Instr, Insn, Address, this, STI); in getInstruction()
1055 Result = decodeInstruction(DecoderTableMips32r6_64r6_GP6432, Instr, Insn, in getInstruction()
1065 Result = decodeInstruction(DecoderTableMips32r6_64r6_PTR6432, Instr, Insn, in getInstruction()
1075 Result = decodeInstruction(DecoderTableMips32r6_64r632, Instr, Insn, in getInstruction()
1085 Result = decodeInstruction(DecoderTableMips32_64_PTR6432, Instr, Insn, in getInstruction()
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp458 decodeInstruction(DecoderTableARM32, MI, Insn, Address, this, STI); in getInstruction()
466 Result = decodeInstruction(DecoderTableVFP32, MI, Insn, Address, this, STI); in getInstruction()
472 Result = decodeInstruction(DecoderTableVFPV832, MI, Insn, Address, this, STI); in getInstruction()
479 decodeInstruction(DecoderTableNEONData32, MI, Insn, Address, this, STI); in getInstruction()
489 Result = decodeInstruction(DecoderTableNEONLoadStore32, MI, Insn, Address, in getInstruction()
501 decodeInstruction(DecoderTableNEONDup32, MI, Insn, Address, this, STI); in getInstruction()
512 decodeInstruction(DecoderTablev8NEON32, MI, Insn, Address, this, STI); in getInstruction()
519 decodeInstruction(DecoderTablev8Crypto32, MI, Insn, Address, this, STI); in getInstruction()
716 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI); in getInstruction()
723 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this, in getInstruction()
[all …]
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp354 Result = decodeInstruction(DecoderTableSparcV932, Instr, Insn, Address, this, STI); in getInstruction()
358 Result = decodeInstruction(DecoderTableSparcV832, Instr, Insn, Address, this, STI); in getInstruction()
364 decodeInstruction(DecoderTableSparc32, Instr, Insn, Address, this, STI); in getInstruction()
/external/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp144 decodeInstruction(DecoderTableLanai32, Instr, Insn, Address, this, STI); in getInstruction()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp416 decodeInstruction(DecoderTableQPX32, MI, Inst, Address, this, STI); in getInstruction()
421 return decodeInstruction(DecoderTable32, MI, Inst, Address, this, STI); in getInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h552 int decodeInstruction(struct InternalInstruction* insn,
DX86Disassembler.cpp125 int ret = decodeInstruction(&internalInstr, in getInstruction()
DX86DisassemblerDecoder.c1591 int decodeInstruction(struct InternalInstruction* insn, in decodeInstruction() function
/external/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp102 if (decodeInstruction(Table, TmpInst, Inst, Address, this, STI)) { in tryDecodeInst()
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp748 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16, in getInstruction()
762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp419 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h662 int decodeInstruction(InternalInstruction *insn,
DX86Disassembler.cpp226 int Ret = decodeInstruction(&InternalInstr, regionReader, (const void *)&R, in getInstruction()
DX86DisassemblerDecoder.cpp1868 int llvm::X86Disassembler::decodeInstruction( in decodeInstruction() function in llvm::X86Disassembler
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp318 decodeInstruction(DecoderTable32, MI, Instruction, Address, this, STI); in getSingleInstruction()
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp227 return decodeInstruction(DecoderTable32, MI, Insn, Address, this, STI); in getInstruction()