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

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp241 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { function
348 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
361 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
374 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1);
387 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
401 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
414 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
427 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
512 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
526 DecodeStatus S = Decode2OpInstruction(fieldFromInstructio
[all...]

Completed in 49 milliseconds