Home
last modified time | relevance | path

Searched refs:ConvertFloat64ToInt32 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.h95 GateRef ConvertFloat64ToInt32(GateRef gate, Label *exit);
H A Dmcr_lowering.cpp336 result = ConvertFloat64ToInt32(value, &exit); in LowerConvert()
464 result = ConvertFloat64ToInt32(ConvertTaggedDoubleToFloat64(gate), &toInt32); in ConvertTaggedNumberToInt32()
535 GateRef result = ConvertFloat64ToInt32(value, exit); in LowerCheckFloat64AndConvert()
739 GateRef MCRLowering::ConvertFloat64ToInt32(GateRef gate, Label *exit) in ConvertFloat64ToInt32() function in panda::ecmascript::kungfu::MCRLowering
H A Dcircuit_builder.h586 GateRef ConvertFloat64ToInt32(GateRef gate);
H A Dmcr_circuit_builder.cpp405 GateRef CircuitBuilder::ConvertFloat64ToInt32(GateRef gate) in ConvertFloat64ToInt32() function in panda::ecmascript::kungfu::CircuitBuilder

Completed in 10 milliseconds