Home | History | Annotate | Download | only in x64

Lines Matching refs:divisor

1302     LOperand* divisor = UseRegister(instr->right());
1303 LDivI* result = new(zone()) LDivI(dividend, divisor, temp);
1329 LOperand* divisor = UseRegister(instr->right());
1330 LModI* mod = new(zone()) LModI(value, divisor, temp);