Lines Matching defs:value
499 // Immediates on Aarch64 can be produced using an initial value, and zero to
510 // The code below supports all five initial value generators, and
1611 void MacroAssembler::Fcmp(const VRegister& fn, double value, FPTrapFlags trap) {
1617 if (value != 0.0) {
1620 Fmov(tmp, value);
1623 FPCompareMacro(fn, value, trap);
1628 void MacroAssembler::Fcmpe(const VRegister& fn, double value) {
1629 Fcmp(fn, value, EnableTrap);
1790 // TryOneInstrMoveImmediate handles `imm` with a value of zero, so shift_low
2848 // register for them, and adjust the value to compensate for pushing the
2855 // Allocate a register to hold the original stack pointer value, to pass
2997 // The exact value is arbitrary.