Searched refs:Decode2OpInstruction (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 240 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() function 347 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RInstruction() 360 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RImmInstruction() 373 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1); in DecodeR2RInstruction() 386 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RSrcDstInstruction() 400 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSInstruction() 413 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSBitpInstruction() 426 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSSrcDstBitpInstruction() 511 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeL2RInstruction() 525 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeLR2RInstruction() [all …]
|