Home | History | Annotate | Download | only in ppc

Lines Matching refs:two

265       // moment no command expects more than two parameters.
683 static bool ICacheMatch(void* one, void* two) {
685 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
686 return one == two;
995 // - two double arguments
1200 // Note: To be able to return two values from some calls the code in
1201 // runtime.cc uses the ObjectPair which is essentially two pointer
1262 double dval0, dval1; // one or two double parameters