Searched refs:DoubleTrunc (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_opcodes.h | 49 V(DoubleTrunc, DOUBLE_TRUNC, GateFlags::NO_WRITE, 0, 0, 1) \
|
H A D | lcr_circuit_builder.cpp | 168 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 D | ir_builder.h | 111 V(DoubleTrunc, (GateRef gate, GateRef e1)) \
|
H A D | circuit_builder.h | 125 V(DoubleTrunc, DoubleTrunc, MachineType::F64) \ 834 GateRef DoubleTrunc(GateRef gate, GateRef value, const char* comment = nullptr);
|
H A D | stub_builder-inl.h | 817 .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 D | stub_builder.h | 303 GateRef DoubleTrunc(GateRef x);
|
H A D | typed_native_inline_lowering.cpp | 1119 result = builder_.DoubleTrunc(gate, input); in LowerTrunc() 1916 GateRef doubleTrunc = builder_.DoubleTrunc(gate, doubleVal); in BuildTaggedIsInteger()
|
Completed in 20 milliseconds