Searched refs:Decode2OpInstruction (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 216 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() function 323 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RInstruction() 336 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RImmInstruction() 349 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1); in DecodeR2RInstruction() 362 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RSrcDstInstruction() 376 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSInstruction() 389 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSBitpInstruction() 402 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSSrcDstBitpInstruction() 487 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeL2RInstruction() 501 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeLR2RInstruction() [all …]
|