Lines Matching defs:value
46 // This value is a signalling NaN as FP64, and also as FP32 or FP16 (taking the
52 // A similar value, but as a quiet NaN.
364 // `expected`, but truncate them to an appropriately-sized unsigned value for
366 // value is truncated from 0xffffffffffffffff to 0xff before the comparison.
551 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) {
561 __ Mov(xn, value);
564 // We've already loaded the literal, so re-use the value already
574 void ClobberFP(MacroAssembler* masm, RegList reg_list, double const value) {
581 __ Fmov(dn, value);
584 // We've already loaded the literal, so re-use the value already loaded