OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSub
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py
152
text =
MSub
(r"(?<=#define BUILD_NUMBER)(?P<space>\s+)\d*$",
275
text =
MSub
(r"^(Version \d+\.\d+\.\d+)$", "\\1%s" % suffix, text)
test_scripts.py
507
cl =
MSub
(r"\t", r" ", cl)
508
cl =
MSub
(r"^ {1,7}([^ ])", r" \1", cl)
509
cl =
MSub
(r"^ {9,80}([^ ])", r" \1", cl)
510
cl =
MSub
(r" +$", r"", cl)
517
MSub
(r"(?<=#define BUILD_NUMBER)(?P<space>\s+)\d*$",
[
all
...]
merge_to_branch.py
173
text =
MSub
(r"(?<=#define PATCH_LEVEL)(?P<space>\s+)\d*$",
common_includes.py
76
def
MSub
(rexp, replacement, text):
90
return
MSub
(r"^( ?)", "#", text)
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
85
MSub
,
MipsSEISelLowering.cpp
486
// Transform this to a
MSUB
only if SUBENode and SUBCNode are the only users
491
// instruction node rather than a pair of MULT and
MSUB
instructions being
504
MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MSubu : MipsISD::
MSub
;
506
SDValue
MSub
= CurDAG->getNode(MultOpc, DL, MVT::Glue,
513
SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32,
MSub
);
517
SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32,
MSub
);
[
all
...]
MipsISelLowering.cpp
143
case MipsISD::
MSub
: return "MipsISD::
MSub
";
[
all
...]
Completed in 192 milliseconds