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 69 // MAdd/Sub nodes
70 MAdd,
MipsISelLowering.cpp 66 case MipsISD::MAdd: return "MipsISD::MAdd";
277 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
282 // instruction node rather than a pair of MULT and MADD instructions being
291 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::MAdd;
293 SDValue MAdd = CurDAG->getNode(MultOpc, dl,
302 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 155 milliseconds