Searched refs:DecodeL3RSrcDstInstruction (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 117 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst *Inst, unsigned Insn, 466 return DecodeL3RSrcDstInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 577 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeL3RSrcDstInstruction() function
|
D | XCoreGenDisassemblerTables.inc | 751 …if (DecodeL3RSrcDstInstruction(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisass…
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 162 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst, 497 return DecodeL3RSrcDstInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 603 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL3RSrcDstInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 162 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst, 497 return DecodeL3RSrcDstInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 603 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL3RSrcDstInstruction() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 63 let DecoderMethod = "DecodeL3RSrcDstInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 63 let DecoderMethod = "DecodeL3RSrcDstInstruction";
|