Home
last modified time | relevance | path

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

/external/capstone/arch/XCore/
DXCoreDisassembler.c195 static DecodeStatus Decode2OpInstruction(unsigned Insn, unsigned *Op1, unsigned *Op2) in Decode2OpInstruction() function
313 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in Decode2RInstruction()
327 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in Decode2RImmInstruction()
341 DecodeStatus S = Decode2OpInstruction(Insn, &Op2, &Op1); in DecodeR2RInstruction()
355 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in Decode2RSrcDstInstruction()
370 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in DecodeRUSInstruction()
384 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in DecodeRUSBitpInstruction()
398 DecodeStatus S = Decode2OpInstruction(Insn, &Op1, &Op2); in DecodeRUSSrcDstBitpInstruction()
485 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2); in DecodeL2RInstruction()
499 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2); in DecodeLR2RInstruction()
[all …]
/external/llvm-project/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp240 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 …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp241 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-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp240 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 …]