OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAdd
(Results
1 - 5
of
5
) sorted by null
/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) {
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
82
//
MAdd
/Sub nodes
83
MAdd
,
MipsSEISelLowering.cpp
414
// Transform this to a
MADD
only if ADDENode and ADDCNode are the only users
419
// instruction node rather than a pair of MULT and
MADD
instructions being
432
MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::
MAdd
;
434
SDValue
MAdd
= CurDAG->getNode(MultOpc, DL, MVT::Untyped,
441
SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32,
MAdd
);
445
SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32,
MAdd
);
[
all
...]
Completed in 899 milliseconds