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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 72 MSub,
MipsISelLowering.cpp 68 case MipsISD::MSub: return "MipsISD::MSub";
351 // Transform this to a MSUB only if SUBENode and SUBCNode are the only users
356 // instruction node rather than a pair of MULT and MSUB instructions being
365 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MSubu : MipsISD::MSub;
367 SDValue MSub = CurDAG->getNode(MultOpc, dl,
376 MSub);
    [all...]
  /external/v8/tools/release/
test_scripts.py 516 cl = MSub(r"\t", r" ", cl)
517 cl = MSub(r"^ {1,7}([^ ])", r" \1", cl)
518 cl = MSub(r"^ {9,80}([^ ])", r" \1", cl)
519 cl = MSub(r" +$", r"", cl)
526 MSub(r"(?<=#define V8_BUILD_NUMBER)(?P<space>\s+)\d*$",
    [all...]
roll_merge.py 166 text = MSub(r"(?<=#define V8_PATCH_LEVEL)(?P<space>\s+)\d*$",
push_to_candidates.py 204 text = MSub(r"^(Version \d+\.\d+\.\d+)$", "\\1%s" % suffix, text)
common_includes.py 89 def MSub(rexp, replacement, text):
103 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 141 MSub,
MipsISelLowering.cpp 215 case MipsISD::MSub: return "MipsISD::MSub";
    [all...]
MipsSEISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDAGISel.inc     [all...]

Completed in 440 milliseconds