Lines Matching refs:Fmov

191   __ Fmov(is64bit ? XRegisterFrom(output) : WRegisterFrom(output),  in MoveFPToInt()  local
198 __ Fmov(is64bit ? DRegisterFrom(output) : SRegisterFrom(output), in MoveIntToFP() local
274 __ Fmov(out.S(), in.W()); in GenerateReverseBytes() local
278 __ Fmov(out.D(), in.X()); in GenerateReverseBytes() local
411 __ Fmov(fpr, src); in GenBitCount() local
414 __ Fmov(dst, fpr); in GenBitCount() local
1673 __ Fmov(old_value_vreg, old_value_reg); in GenerateGetAndUpdate() local
1675 __ Fmov(new_value, sum); in GenerateGetAndUpdate() local
3940 __ Fmov(half, bits); // ARMv8.2 in VisitFP16ToFloat() local
3964 __ Fmov(out, half); in VisitFP16ToHalf() local
3978 __ Fmov(half, WRegisterFrom(locations->InAt(0))); in GenerateFP16Round() local
3980 __ Fmov(out, half); in GenerateFP16Round() local
4056 __ Fmov(half0, WRegisterFrom(locations->InAt(0))); in GenerateFP16Compare() local
4057 __ Fmov(half1, WRegisterFrom(locations->InAt(1))); in GenerateFP16Compare() local
4193 __ Fmov(half0, in0); in GenerateFP16MinMax() local
4194 __ Fmov(half1, in1); in GenerateFP16MinMax() local
4964 __ Fmov(temp, source.Is64Bits() ? source.D() : source.S()); in GenerateVarHandleSet() local
5098 __ Fmov(reg, cpu_reg.S()); in MoveToTempIfFpRegister() local
5103 __ Fmov(reg, cpu_reg.D()); in MoveToTempIfFpRegister() local
5287 __ Fmov((value_type == DataType::Type::kFloat64) ? out.D() : out.S(), old_value); in GenerateVarHandleCompareAndSetOrExchange() local
5526 __ Fmov(out.D(), old_value.X()); in GenerateVarHandleGetAndUpdate() local
5528 __ Fmov(out.S(), old_value.W()); in GenerateVarHandleGetAndUpdate() local