Searched refs:DecodeL2RUSBitpInstruction (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 123 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst *Inst, unsigned Insn, 451 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 454 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 457 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 608 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSBitpInstruction() function
|
D | XCoreGenDisassemblerTables.inc | 745 …if (DecodeL2RUSBitpInstruction(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisass…
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 172 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, 482 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 485 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 488 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 632 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSBitpInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 172 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, 482 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 485 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 488 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 632 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSBitpInstruction() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 93 let DecoderMethod = "DecodeL2RUSBitpInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 93 let DecoderMethod = "DecodeL2RUSBitpInstruction";
|