Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.h81 GateRef ConvertFloat64ToInt32(GateRef gate, Label *exit);
Dmcr_lowering.cpp330 result = ConvertFloat64ToInt32(value, &exit); in LowerConvert()
396 result = ConvertFloat64ToInt32(ConvertTaggedDoubleToFloat64(gate), &toInt32); in ConvertTaggedNumberToInt32()
628 GateRef MCRLowering::ConvertFloat64ToInt32(GateRef gate, Label *exit) in ConvertFloat64ToInt32() function in panda::ecmascript::kungfu::MCRLowering
Dnumber_speculative_retype.cpp891 result = builder_.ConvertFloat64ToInt32(gate); in CheckAndConvertToInt32()
Dcircuit_builder.h513 GateRef ConvertFloat64ToInt32(GateRef gate);
Dmcr_circuit_builder.cpp345 GateRef CircuitBuilder::ConvertFloat64ToInt32(GateRef gate) in ConvertFloat64ToInt32() function in panda::ecmascript::kungfu::CircuitBuilder