OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAdd
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
194
// Transform this to a
MADD
only if ADDENode and ADDCNode are the only users
199
// instruction node rather than a pair of MULT and
MADD
instructions being
212
MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::
MAdd
;
214
SDValue
MAdd
= CurDAG->getNode(MultOpc, DL, MVT::Untyped,
222
SDValue LoOut = CurDAG->getNode(MipsISD::ExtractLOHI, DL, MVT::i32,
MAdd
,
228
SDValue HiOut = CurDAG->getNode(MipsISD::ExtractLOHI, DL, MVT::i32,
MAdd
,
697
return lowerDSPIntr(Op, DAG, MipsISD::
MAdd
);
MipsISelLowering.h
81
//
MAdd
/Sub nodes
82
MAdd
,
MipsISelLowering.cpp
169
case MipsISD::
MAdd
: return "MipsISD::
MAdd
";
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js
123
function
MAdd
(M1, M2) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js
123
function
MAdd
(M1, M2) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js
123
function
MAdd
(M1, M2) {
Completed in 653 milliseconds