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

  /external/v8/tools/release/
merge_to_branch.py 166 text = MSub(r"(?<=#define V8_PATCH_LEVEL)(?P<space>\s+)\d*$",
test_scripts.py 549 cl = MSub(r"\t", r" ", cl)
550 cl = MSub(r"^ {1,7}([^ ])", r" \1", cl)
551 cl = MSub(r"^ {9,80}([^ ])", r" \1", cl)
552 cl = MSub(r" +$", r"", cl)
559 MSub(r"(?<=#define V8_BUILD_NUMBER)(?P<space>\s+)\d*$",
    [all...]
push_to_candidates.py 222 text = MSub(r"^(Version \d+\.\d+\.\d+)$", "\\1%s" % suffix, text)
common_includes.py 81 def MSub(rexp, replacement, text):
95 return MSub(r"^( ?)", "#", text)
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 90 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...]
MipsISelLowering.cpp 134 case MipsISD::MSub: return "MipsISD::MSub";
    [all...]

Completed in 169 milliseconds