Lines Matching defs:quotient
5662 // We need rax as the quotient register, rdx as the remainder5665 Result quotient;5668 // Step 1: get rax for quotient.5681 quotient = *left;5686 quotient = *right;5692 quotient = allocator_->Allocate(rax);5694 ASSERT(quotient.is_register() && quotient.reg().is(rax));5741 answer = quotient;