Home | History | Annotate | Download | only in ia32

Lines Matching refs:result_saved

1299   // If result_saved is true the result is on top of the stack.  If
1300 // result_saved is false the result is in eax.
1301 bool result_saved = false;
1312 if (!result_saved) {
1314 result_saved = true;
1408 if (!result_saved) {
1410 result_saved = true;
1461 if (result_saved) {
1499 bool result_saved = false; // Is the result saved to the stack?
1513 if (!result_saved) {
1515 result_saved = true;
1527 if (result_saved) {