Home | History | Annotate | Download | only in arm

Lines Matching refs:result_saved

1507   // If result_saved is true the result is on top of the stack.  If
1508 // result_saved is false the result is in r0.
1509 bool result_saved = false;
1523 if (!result_saved) {
1525 result_saved = true;
1589 ASSERT(result_saved);
1595 if (result_saved) {
1643 bool result_saved = false; // Is the result saved to the stack?
1656 if (!result_saved) {
1658 result_saved = true;
1683 if (result_saved) {