Searched refs:DecodeL2RUSInstruction (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 120 static DecodeStatus DecodeL2RUSInstruction(MCInst *Inst, unsigned Insn, 460 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 463 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 593 static DecodeStatus DecodeL2RUSInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSInstruction() function
|
D | XCoreGenDisassemblerTables.inc | 748 …if (DecodeL2RUSInstruction(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembl…
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 167 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst, 491 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 494 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 618 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 167 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst, 491 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 494 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 618 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSInstruction() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 86 let DecoderMethod = "DecodeL2RUSInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 86 let DecoderMethod = "DecodeL2RUSInstruction";
|