Searched refs:Decode2OpInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp240 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { function
347 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
360 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
373 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1);
386 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
400 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
413 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
426 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
511 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
525 DecodeStatus S = Decode2OpInstruction(fieldFromInstructio
[all...]

Completed in 200 milliseconds