Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.h80 GateRef ConvertFloat64ToInt32(GateRef gate, Label *exit);
Dlcr_lowering.cpp251 result = ConvertFloat64ToInt32(value, &exit); in LowerConvert()
311 result = ConvertFloat64ToInt32(ConvertTaggedDoubleToFloat64(gate), &toInt32); in ConvertTaggedNumberToInt32()
493 GateRef LCRLowering::ConvertFloat64ToInt32(GateRef gate, Label *exit) in ConvertFloat64ToInt32() function in panda::ecmascript::kungfu::LCRLowering
Dnumber_speculative_retype.cpp782 result = builder_.ConvertFloat64ToInt32(gate); in CheckAndConvertToInt32()
Dcircuit_builder.h302 GateRef ConvertFloat64ToInt32(GateRef gate);
Dcircuit_builder.cpp387 GateRef CircuitBuilder::ConvertFloat64ToInt32(GateRef gate) in ConvertFloat64ToInt32() function in panda::ecmascript::kungfu::CircuitBuilder