HomeSort by relevance Sort by last modified time
    Searched refs:MOpc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 604 unsigned Opc, MOpc;
613 Opc = SystemZ::SDIVREM32r; MOpc = SystemZ::SDIVREM32m;
618 Opc = SystemZ::SDIVREM64r; MOpc = SystemZ::SDIVREM64m;
645 Result = CurDAG->getMachineNode(MOpc, dl, ResVT, MVT::Other,
684 unsigned Opc, MOpc, ClrOpc;
693 Opc = SystemZ::UDIVREM32r; MOpc = SystemZ::UDIVREM32m;
699 Opc = SystemZ::UDIVREM64r; MOpc = SystemZ::UDIVREM64m;
730 Result = CurDAG->getMachineNode(MOpc, dl, ResVT, MVT::Other,
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 96 milliseconds