Lines Matching defs:dividend
592 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
597 LOperand* dividend() { return inputs_[0]; } in dividend() function
610 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
615 LOperand* dividend() { return inputs_[0]; } in dividend() function
644 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
649 LOperand* dividend() { return inputs_[0]; } in dividend() function
662 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
667 LOperand* dividend() { return inputs_[0]; } in dividend() function
680 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
686 LOperand* dividend() { return inputs_[0]; } in dividend() function
697 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LFlooringDivByPowerOf2I()
702 LOperand* dividend() { return inputs_[0]; } in dividend() function
716 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI()
722 LOperand* dividend() { return inputs_[0]; } in dividend() function
736 LFlooringDivI(LOperand* dividend, LOperand* divisor) { in LFlooringDivI()
741 LOperand* dividend() { return inputs_[0]; } in dividend() function