Searched refs:Decode3RInstruction (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 102 static DecodeStatus Decode3RInstruction(MCInst *Inst, unsigned Insn, 249 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 252 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 255 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 258 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 261 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 264 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 267 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 270 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 273 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() [all …]
|
D | XCoreGenDisassemblerTables.inc | 630 …if (Decode3RInstruction(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_…
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 137 static DecodeStatus Decode3RInstruction(MCInst &Inst, 288 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 291 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 294 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 297 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 300 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 303 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 306 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 309 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 312 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 137 static DecodeStatus Decode3RInstruction(MCInst &Inst, 288 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 291 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 294 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 297 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 300 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 303 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 306 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 309 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 312 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 39 let DecoderMethod = "Decode3RInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 39 let DecoderMethod = "Decode3RInstruction";
|