Lines Matching defs:dividend
602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
607 LOperand* dividend() { return inputs_[0]; } in dividend() function
620 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
625 LOperand* dividend() { return inputs_[0]; } in dividend() function
654 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
659 LOperand* dividend() { return inputs_[0]; } in dividend() function
672 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
677 LOperand* dividend() { return inputs_[0]; } in dividend() function
690 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
696 LOperand* dividend() { return inputs_[0]; } in dividend() function
707 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LFlooringDivByPowerOf2I()
712 LOperand* dividend() { return inputs_[0]; } in dividend() function
726 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI()
732 LOperand* dividend() { return inputs_[0]; } in dividend() function
746 LFlooringDivI(LOperand* dividend, LOperand* divisor) { in LFlooringDivI()
751 LOperand* dividend() { return inputs_[0]; } in dividend() function