/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 979 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/ |
D | ARMDisassembler.cpp | 458 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/ |
D | SparcDisassembler.cpp | 354 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/ |
D | LanaiDisassembler.cpp | 144 decodeInstruction(DecoderTableLanai32, Instr, Insn, Address, this, STI); in getInstruction()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 416 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/ |
D | X86DisassemblerDecoder.h | 552 int decodeInstruction(struct InternalInstruction* insn,
|
D | X86Disassembler.cpp | 125 int ret = decodeInstruction(&internalInstr, in getInstruction()
|
D | X86DisassemblerDecoder.c | 1591 int decodeInstruction(struct InternalInstruction* insn, in decodeInstruction() function
|
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 102 if (decodeInstruction(Table, TmpInst, Inst, Address, this, STI)) { in tryDecodeInst()
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 748 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/ |
D | SystemZDisassembler.cpp | 419 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.h | 662 int decodeInstruction(InternalInstruction *insn,
|
D | X86Disassembler.cpp | 226 int Ret = decodeInstruction(&InternalInstr, regionReader, (const void *)&R, in getInstruction()
|
D | X86DisassemblerDecoder.cpp | 1868 int llvm::X86Disassembler::decodeInstruction( in decodeInstruction() function in llvm::X86Disassembler
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 318 decodeInstruction(DecoderTable32, MI, Instruction, Address, this, STI); in getSingleInstruction()
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 227 return decodeInstruction(DecoderTable32, MI, Insn, Address, this, STI); in getInstruction()
|