Home
last modified time | relevance | path

Searched refs:ConvertTaggedDoubleToFloat64 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.h100 GateRef ConvertTaggedDoubleToFloat64(GateRef gate);
H A Dmcr_lowering.cpp352 result = ConvertTaggedDoubleToFloat64(value); in LowerConvert()
464 result = ConvertFloat64ToInt32(ConvertTaggedDoubleToFloat64(gate), &toInt32); in ConvertTaggedNumberToInt32()
480 result = ConvertTaggedDoubleToFloat64(gate); in ConvertTaggedNumberToFloat64()
601 result = ConvertTaggedDoubleToFloat64(value); in LowerCheckTaggedDoubleAndConvert()
772 GateRef MCRLowering::ConvertTaggedDoubleToFloat64(GateRef gate) in ConvertTaggedDoubleToFloat64() function in panda::ecmascript::kungfu::MCRLowering

Completed in 4 milliseconds