Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.h75 GateRef ConvertInt32ToFloat64(GateRef gate);
Dlcr_lowering.cpp231 result = ConvertInt32ToFloat64(value); in LowerConvert()
324 result = ConvertInt32ToFloat64(ConvertTaggedIntToInt32(gate)); in ConvertTaggedNumberToFloat64()
461 GateRef LCRLowering::ConvertInt32ToFloat64(GateRef gate) in ConvertInt32ToFloat64() function in panda::ecmascript::kungfu::LCRLowering
Dnumber_speculative_retype.cpp818 result = builder_.ConvertInt32ToFloat64(gate); in CheckAndConvertToFloat64()
Dcircuit_builder.h303 GateRef ConvertInt32ToFloat64(GateRef gate);
Dcircuit_builder.cpp377 GateRef CircuitBuilder::ConvertInt32ToFloat64(GateRef gate) in ConvertInt32ToFloat64() function in panda::ecmascript::kungfu::CircuitBuilder