HomeSort by relevance Sort by last modified time
    Searched defs:Op4 (Results 1 - 13 of 13) sorted by null

  /external/capstone/arch/XCore/
XCoreDisassembler.c 626 unsigned Op1, Op2, Op3, Op4, Op5, Op6;
632 S = Decode3OpInstruction(fieldFromInstruction_4(Insn, 16, 16), &Op4, &Op5, &Op6);
637 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
667 unsigned Op1, Op2, Op3, Op4, Op5;
673 S = Decode2OpInstruction(fieldFromInstruction_4(Insn, 16, 16), &Op4, &Op5);
678 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
689 unsigned Op4 = fieldFromInstruction_4(Insn, 16, 4);
694 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
698 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
709 unsigned Op4 = fieldFromInstruction_4(Insn, 16, 4)
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 648 unsigned Op1, Op2, Op3, Op4, Op5, Op6;
653 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
657 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
682 unsigned Op1, Op2, Op3, Op4, Op5;
687 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
692 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
703 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
708 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
711 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
722 unsigned Op4 = fieldFromInstruction(Insn, 16, 4)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 648 unsigned Op1, Op2, Op3, Op4, Op5, Op6;
653 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
657 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
682 unsigned Op1, Op2, Op3, Op4, Op5;
687 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
692 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
703 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
708 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
711 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
722 unsigned Op4 = fieldFromInstruction(Insn, 16, 4)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1171 milliseconds