Searched refs:DecodeL2RUSBitpInstruction (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 155 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, 458 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 461 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 464 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 607 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, in DecodeL2RUSBitpInstruction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrFormats.td | 92 let DecoderMethod = "DecodeL2RUSBitpInstruction";
|