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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 71 // MAdd/Sub nodes
72 MAdd,
MipsISelLowering.cpp 161 case MipsISD::MAdd: return "MipsISD::MAdd";
445 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
450 // instruction node rather than a pair of MULT and MADD instructions being
459 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::MAdd;
461 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Glue,
469 MAdd);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 123 function MAdd(M1, M2) {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 123 function MAdd(M1, M2) {

Completed in 144 milliseconds