Home
last modified time | relevance | path

Searched refs:scratch0_double (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc3011 VRegister scratch0_double = d7; in Generate_MathPowInternal() local
3024 scratch0_double, &exponent_is_integer); in Generate_MathPowInternal()
3074 __ Fmov(scratch0_double, 1.0); in Generate_MathPowInternal()
3075 __ Fdiv(result_double, scratch0_double, result_double); in Generate_MathPowInternal()