Home | History | Annotate | Download | only in x64

Lines Matching refs:dividend

1301     LOperand* dividend = UseFixed(instr->left(), rax);
1303 LDivI* result = new(zone()) LDivI(dividend, divisor, temp);