Home
last modified time | relevance | path

Searched refs:DoubleTrunc (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_opcodes.h49 V(DoubleTrunc, DOUBLE_TRUNC, GateFlags::NO_WRITE, 0, 0, 1) \
H A Dlcr_circuit_builder.cpp168 GateRef CircuitBuilder::DoubleTrunc(GateRef gate, GateRef value, const char* comment) in DoubleTrunc() function in panda::ecmascript::kungfu::CircuitBuilder
171 return DoubleTrunc(value, comment); in DoubleTrunc()
H A Dir_builder.h111 V(DoubleTrunc, (GateRef gate, GateRef e1)) \
H A Dcircuit_builder.h125 V(DoubleTrunc, DoubleTrunc, MachineType::F64) \
834 GateRef DoubleTrunc(GateRef gate, GateRef value, const char* comment = nullptr);
H A Dstub_builder-inl.h817 .Or(BoolNot(DoubleEqual(x, DoubleTrunc(x)))).Done(); in DoubleIsInteger()
821 inline GateRef StubBuilder::DoubleTrunc(GateRef x) in DoubleTrunc() function in panda::ecmascript::kungfu::StubBuilder
824 return env_->GetBuilder()->DoubleTrunc(x); in DoubleTrunc()
H A Dstub_builder.h303 GateRef DoubleTrunc(GateRef x);
H A Dtyped_native_inline_lowering.cpp1119 result = builder_.DoubleTrunc(gate, input); in LowerTrunc()
1916 GateRef doubleTrunc = builder_.DoubleTrunc(gate, doubleVal); in BuildTaggedIsInteger()

Completed in 20 milliseconds