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

  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 255 unsigned &Op3) {
265 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2);
534 unsigned Op1, Op2, Op3;
535 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
539 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
547 unsigned Op1, Op2, Op3;
548 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
552 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
560 unsigned Op1, Op2, Op3;
561 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 195 SDValue Op3 = GetPromotedInteger(N->getOperand(3));
198 Op2, Op3, N->getMemOperand(), N->getOrdering(),
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 51 milliseconds