Searched refs:scratch_d (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1016 FPRegister scratch_d, 1020 TryRepresentDoubleAsInt(as_int, value, scratch_d, on_successful_conversion, 1031 FPRegister scratch_d, 1035 TryRepresentDoubleAsInt(as_int, value, scratch_d, on_successful_conversion, 2031 FPRegister scratch_d,
|
D | macro-assembler-arm64.cc | 2071 FPRegister scratch_d, in TryRepresentDoubleAsInt() argument 2076 Scvtf(scratch_d, as_int); in TryRepresentDoubleAsInt() 2077 Fcmp(value, scratch_d); in TryRepresentDoubleAsInt()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3822 DoubleRegister scratch_d = double_scratch(); in DoMathRoundD() local 3824 DCHECK(!AreAliased(input, result, scratch_d)); in DoMathRoundD() 3838 __ Fmov(scratch_d, 0.5); in DoMathRoundD() 3839 __ Fadd(result, input, scratch_d); in DoMathRoundD()
|