Searched refs:GetDoubleOfTDouble (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 179 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 …]
|
D | lcr_lowering.cpp | 292 GateRef doubleVal = builder_.GetDoubleOfTDouble(gate); in ConvertTaggedNumberToBool() 522 return builder_.DoubleToInt(builder_.GetDoubleOfTDouble(gate), exit); in ConvertTaggedDoubleToInt32() 527 return builder_.GetDoubleOfTDouble(gate); in ConvertTaggedDoubleToFloat64()
|
D | builtins_lowering.cpp | 169 auto value = builder_.GetDoubleOfTDouble(para1); in TypedAbs()
|
D | stub_builder.cpp | 1079 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 …]
|
D | circuit_builder-inl.h | 126 GateRef CircuitBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble() function 155 result = GetDoubleOfTDouble(x); in GetDoubleOfTNumber() 535 GateRef val = GetDoubleOfTDouble(x); in TaggedDoublePtrToFloat32()
|
D | interpreter_stub.cpp | 2077 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()
|
D | stub_builder-inl.h | 1801 inline GateRef StubBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble() function 1803 return env_->GetBuilder()->GetDoubleOfTDouble(x); in GetDoubleOfTDouble()
|
D | stub_builder.h | 483 GateRef GetDoubleOfTDouble(GateRef x);
|
D | circuit_builder.h | 448 inline GateRef GetDoubleOfTDouble(GateRef x);
|
D | slowpath_lowering.cpp | 1745 condition = builder_.Equal(builder_.GetDoubleOfTDouble(value), builder_.Double(0)); in LowerConditionJump()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 188 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()
|