Home
last modified time | relevance | path

Searched refs:GetDoubleOfTDouble (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp179 doubleLeft = GetDoubleOfTDouble(left); in Less()
197 doubleRight = GetDoubleOfTDouble(right); in Less()
284 doubleLeft = GetDoubleOfTDouble(left); in LessEq()
302 doubleRight = GetDoubleOfTDouble(right); in LessEq()
388 doubleLeft = GetDoubleOfTDouble(left); in Greater()
406 doubleRight = GetDoubleOfTDouble(right); in Greater()
492 doubleLeft = GetDoubleOfTDouble(left); in GreaterEq()
510 doubleRight = GetDoubleOfTDouble(right); in GreaterEq()
687 GateRef rightDouble = GetDoubleOfTDouble(right); in Shl()
701 GateRef leftDouble = GetDoubleOfTDouble(left); in Shl()
[all …]
Dlcr_lowering.cpp292 GateRef doubleVal = builder_.GetDoubleOfTDouble(gate); in ConvertTaggedNumberToBool()
522 return builder_.DoubleToInt(builder_.GetDoubleOfTDouble(gate), exit); in ConvertTaggedDoubleToInt32()
527 return builder_.GetDoubleOfTDouble(gate); in ConvertTaggedDoubleToFloat64()
Dbuiltins_lowering.cpp169 auto value = builder_.GetDoubleOfTDouble(para1); in TypedAbs()
Dstub_builder.cpp1079 GateRef result = GetDoubleOfTDouble(value); in SetValueWithRep()
1407 GateRef number = GetDoubleOfTDouble(key); in TryToElementsIndex()
3879 doubleLeft = GetDoubleOfTDouble(left); in SameValue()
3894 doubleRight = GetDoubleOfTDouble(right); in SameValue()
4052 doubleLeft = GetDoubleOfTDouble(left); in FastStrictEqual()
4071 doubleRight = GetDoubleOfTDouble(right); in FastStrictEqual()
4144 GateRef doubleLeft = GetDoubleOfTDouble(left); in FastEqual()
4324 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean()
4392 doubleLeft = GetDoubleOfTDouble(left); in FastDiv()
4417 doubleRight = GetDoubleOfTDouble(right); in FastDiv()
[all …]
Dcircuit_builder-inl.h126 GateRef CircuitBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble() function
155 result = GetDoubleOfTDouble(x); in GetDoubleOfTNumber()
535 GateRef val = GetDoubleOfTDouble(x); in TaggedDoublePtrToFloat32()
Dinterpreter_stub.cpp2077 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &accEqualFalse, &last); in DECLARE_ASM_HANDLER()
2118 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &accEqualFalse, &last); in DECLARE_ASM_HANDLER()
2159 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &accEqualFalse, &last); in DECLARE_ASM_HANDLER()
2200 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &last, &accEqualTrue); in DECLARE_ASM_HANDLER()
2241 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &last, &accEqualTrue); in DECLARE_ASM_HANDLER()
2282 Branch(DoubleEqual(GetDoubleOfTDouble(acc), Double(0)), &last, &accEqualTrue); in DECLARE_ASM_HANDLER()
Dstub_builder-inl.h1801 inline GateRef StubBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble() function
1803 return env_->GetBuilder()->GetDoubleOfTDouble(x); in GetDoubleOfTDouble()
Dstub_builder.h483 GateRef GetDoubleOfTDouble(GateRef x);
Dcircuit_builder.h448 inline GateRef GetDoubleOfTDouble(GateRef x);
Dslowpath_lowering.cpp1745 condition = builder_.Equal(builder_.GetDoubleOfTDouble(value), builder_.Double(0)); in LowerConditionJump()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp188 pos = DoubleToInt(glue, GetDoubleOfTDouble(posTag)); in DECLARE_BUILTINS()
267 pos = DoubleToInt(glue, GetDoubleOfTDouble(posTag)); in DECLARE_BUILTINS()
383 start = DoubleToInt(glue, GetDoubleOfTDouble(startTag)); in DECLARE_BUILTINS()
404 end = DoubleToInt(glue, GetDoubleOfTDouble(endTag)); in DECLARE_BUILTINS()
530 pos = DoubleToInt(glue, GetDoubleOfTDouble(posTag)); in DECLARE_BUILTINS()
1152 GateRef doubleLength = GetDoubleOfTDouble(arg0); in DECLARE_BUILTINS()