Lines Matching defs:constant
9 #include "src/base/division-by-constant.h"
742 // constant, we check that the actual number of arguments match the
747 // arguments passed in because it is constant. At some point we
1403 void TurboAssembler::SmiAddConstant(Operand dst, Smi constant) {
1404 if (constant.value() != 0) {
1406 addl(Operand(dst, kSmiShift / kBitsPerByte), Immediate(constant.value()));
1412 addl(kScratchRegister, Immediate(constant));
1417 addl(dst, Immediate(constant));
1469 Register constant = GetSmiConstant(source);
1470 Push(constant);