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

  /external/v8/tools/push-to-trunk/
common_includes.py 76 def MSub(rexp, replacement, text):
90 return MSub(r"^( ?)", "#", text)
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 86 MSub,
MipsSEISelLowering.cpp 490 // Transform this to a MSUB only if SUBENode and SUBCNode are the only users
495 // instruction node rather than a pair of MULT and MSUB instructions being
508 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MSubu : MipsISD::MSub;
510 SDValue MSub = CurDAG->getNode(MultOpc, DL, MVT::Glue,
517 SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32, MSub);
521 SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32, MSub);
    [all...]

Completed in 353 milliseconds