Searched refs:DecodeL6RInstruction (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 126 static DecodeStatus DecodeL6RInstruction(MCInst *Inst, unsigned Insn, 623 static DecodeStatus DecodeL6RInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeL6RInstruction() function 658 return DecodeL6RInstruction(Inst, Insn, Address, Decoder); in DecodeL5RInstructionFail()
|
D | XCoreGenDisassemblerTables.inc | 703 …if (DecodeL6RInstruction(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler…
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 177 static DecodeStatus DecodeL6RInstruction(MCInst &Inst, 646 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL6RInstruction() function 674 return DecodeL6RInstruction(Inst, Insn, Address, Decoder); in DecodeL5RInstructionFail()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 177 static DecodeStatus DecodeL6RInstruction(MCInst &Inst, 646 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL6RInstruction() function 674 return DecodeL6RInstruction(Inst, Insn, Address, Decoder); in DecodeL5RInstructionFail()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 276 let DecoderMethod = "DecodeL6RInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 276 let DecoderMethod = "DecodeL6RInstruction";
|