Home
last modified time | relevance | path

Searched refs:DecodeL3RInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp143 static DecodeStatus DecodeL3RInstruction(MCInst &Inst, unsigned Insn,
422 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
425 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
428 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
431 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
434 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
437 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
440 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
443 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
446 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td56 let DecoderMethod = "DecodeL3RInstruction";