Searched refs:xInt (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.cpp | 207 GateRef xInt = ChangeFloat64ToInt32(x); in DoubleToInt() local 208 DEFVALUE(result, env_, VariableType::INT32(), xInt); in DoubleToInt() 237 GateRef xInt = ChangeFloat64ToInt32(x); in DoubleToInt() local 238 DEFVALUE(result, env_, VariableType::INT32(), xInt); in DoubleToInt() 242 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt()
|
H A D | stub_builder.cpp | 8304 GateRef xInt = ChangeFloat64ToInt32(x); in DoubleToInt() local 8305 DEFVARIABLE(result, VariableType::INT32(), xInt); in DoubleToInt() 8309 BRANCH(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt()
|
Completed in 17 milliseconds