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

  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 661 unsigned Op1, Op2, Op3, Op4, Op5, Op6;
666 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
670 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
695 unsigned Op1, Op2, Op3, Op4, Op5;
700 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
705 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
716 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
721 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
724 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
735 unsigned Op4 = fieldFromInstruction(Insn, 16, 4)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 93 milliseconds