Searched refs:Decode2OpInstruction (Results 1 – 3 of 3) sorted by relevance
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 192 static DecodeStatus Decode2OpInstruction(unsigned Insn, unsigned *Op1, unsigned *Op2) in Decode2OpInstruction() function 310 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in Decode2RInstruction() 324 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in Decode2RImmInstruction() 338 DecodeStatus S = Decode2OpInstruction(Insn, &Op2, &Op1); in DecodeR2RInstruction() 352 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in Decode2RSrcDstInstruction() 367 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in DecodeRUSInstruction() 381 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in DecodeRUSBitpInstruction() 395 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in DecodeRUSSrcDstBitpInstruction() 482 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2); in DecodeL2RInstruction() 496 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2); in DecodeLR2RInstruction() [all …]
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 241 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() function 348 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RInstruction() 361 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RImmInstruction() 374 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1); in DecodeR2RInstruction() 387 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RSrcDstInstruction() 401 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSInstruction() 414 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSBitpInstruction() 427 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSSrcDstBitpInstruction() 512 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeL2RInstruction() 526 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeLR2RInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 241 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() function 348 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RInstruction() 361 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RImmInstruction() 374 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1); in DecodeR2RInstruction() 387 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in Decode2RSrcDstInstruction() 401 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSInstruction() 414 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSBitpInstruction() 427 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2); in DecodeRUSSrcDstBitpInstruction() 512 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeL2RInstruction() 526 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16), in DecodeLR2RInstruction() [all …]
|