Lines Matching defs:quotient
1205 // We need eax as the quotient register, edx as the remainder
1208 Result quotient;
1211 // Step 1: get eax for quotient.
1224 quotient = *left;
1229 quotient = *right;
1235 quotient = allocator_->Allocate(eax);
1237 ASSERT(quotient.is_register() && quotient.reg().is(eax));
1280 // Use the quotient register as a scratch for the tag check.
1319 // Tag the result and store it in the quotient register.
1324 answer = quotient;