/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
D | lowering_relate_gate_test.cpp | 105 auto offset = builder.Int64(JSThread::GlueData::GetGlobalConstOffset(false)); in HWTEST_F_L0() 112 builder.ToTaggedInt(builder.Int64(0)), builder.Undefined()); in HWTEST_F_L0() 114 builder.ToTaggedInt(builder.Int64(1)), builder.Undefined()); in HWTEST_F_L0() 115 builder.StoreProperty(array, lengthString, builder.ToTaggedInt(builder.Int64(2))); in HWTEST_F_L0() 120 builder.ToTaggedInt(builder.Int64(2))), GateType::NumberType(), GateType::NumberType(), in HWTEST_F_L0() 128 builder.Return(builder.Int64(-1)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub-inl.h | 437 …GateRef numVregs = TruncInt64ToInt32(Int64And(Int64LSR(callField, Int64(MethodLiteral::NumVregsBit… in GetStartIdxAndNumArgs() 438 Int64((1LLU << MethodLiteral::NumVregsBits::SIZE) - 1))); in GetStartIdxAndNumArgs() 439 …GateRef haveFunc = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::ST… in GetStartIdxAndNumArgs() 440 Int64((1LLU << MethodLiteral::HaveFuncBit::SIZE) - 1)), Int64(0)); in GetStartIdxAndNumArgs() 442 Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveNewTargetBit::START_BIT)), in GetStartIdxAndNumArgs() 443 Int64((1LLU << MethodLiteral::HaveNewTargetBit::SIZE) - 1)), Int64(0)); in GetStartIdxAndNumArgs() 444 …GateRef haveThis = Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveThisBit::ST… in GetStartIdxAndNumArgs() 445 Int64((1LLU << MethodLiteral::HaveThisBit::SIZE) - 1)), Int64(0)); in GetStartIdxAndNumArgs() 448 …numArgs = TruncInt64ToInt32(Int64And(Int64LSR(callField, Int64(MethodLiteral::NumArgsBits::START_B… in GetStartIdxAndNumArgs() 449 Int64((1LLU << MethodLiteral::NumArgsBits::SIZE) - 1))); in GetStartIdxAndNumArgs() [all …]
|
D | circuit_builder-inl.h | 111 return Int64And(tagged, Int64(~JSTaggedValue::TAG_MARK)); in GetInt64OfTInt() 129 GateRef val = Int64Sub(tagged, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in GetDoubleOfTDouble() 173 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() 174 exp = TruncInt64ToInt32(Int64LSR(exp, Int64(base::DOUBLE_SIGNIFICAND_SIZE))); in DoubleToInt() 281 return Int64ToTaggedPtr(Int64Or(val, Int64(JSTaggedValue::TAG_INT))); in Int32ToTaggedPtr() 287 return Int64Or(val, Int64(JSTaggedValue::TAG_INT)); in Int32ToTaggedInt() 302 return Equal(Int64And(x, Int64(JSTaggedValue::TAG_MARK)), in TaggedIsInt() 303 Int64(JSTaggedValue::TAG_INT)); in TaggedIsInt() 309 x = Int64And(x, Int64(JSTaggedValue::TAG_MARK)); in TaggedIsDouble() 310 auto left = NotEqual(x, Int64(JSTaggedValue::TAG_INT)); in TaggedIsDouble() [all …]
|
D | test_stubs.cpp | 107 GateRef actualArgC = Int64Add(argc, Int64(1)); in GenerateCircuit() 127 GateRef actualArgC = Int64Add(argc, Int64(1)); in GenerateCircuit() 150 …GateRef newjsfunc = CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, Int64(5), bindfunc, newtarget, … in GenerateCircuit() 151 Int64(0x02), bindArguments, pcOffset}); in GenerateCircuit()
|
D | ts_hcr_lowering.cpp | 1049 …GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(range, EcmaOpcode::NEWOBJRAN… in LowerTypedNewObjRange() 1078 GateRef actualArgc = builder_.Int64(range + 3); // 3: ctor, newTaget, this in LowerTypedSuperCall() 1194 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallArg0() 1213 … GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallArg1() 1226 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallArg2() 1238 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallArg3() 1248 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallrange() 1358 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallthis0() 1378 … GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallthis1() 1392 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerTypedCallthis2() [all …]
|
D | stub_builder-inl.h | 61 inline GateRef StubBuilder::Int64(int64_t value) in Int64() function 63 return env_->GetBuilder()->Int64(value); in Int64() 73 return env_->Is32Bit() ? Int32(value) : Int64(value); in IntPtr() 78 return env_->Is32Bit() ? Int32(sizeof(uint32_t)) : Int64(sizeof(uint64_t)); in IntPtrSize() 1981 return Int64Mul(Int64(sizeof(JSTaggedValue)), index); in GetGlobalConstantAddr() 1989 return Int64Mul(Int64(sizeof(JSTaggedValue)), Int64(static_cast<int>(index))); in GetGlobalConstantString() 2124 Int64(RegionSpaceFlag::VALID_SPACE_MASK)), Int64(RegionSpaceFlag::IN_YOUNG_SPACE)); in InYoungGeneration() 2255 Int64LSR(callfield, Int64(MethodLiteral::IsNativeBit::START_BIT)), in IsNativeMethod() 2256 Int64((1LU << MethodLiteral::IsNativeBit::SIZE) - 1)), in IsNativeMethod() 2257 Int64(0)); in IsNativeMethod() [all …]
|
D | stub_builder.cpp | 757 Int64Mul(Int64(sizeof(JSTaggedValue)), in SetHasConstructorCondition() 758 Int64(static_cast<uint64_t>(ConstantIndex::CONSTRUCTOR_STRING_INDEX)))); in SetHasConstructorCondition() 911 Int64(static_cast<int32_t>(Representation::TAGGED))); in TaggedToRepresentation() 918 resultRep = Int64(static_cast<int32_t>(Representation::INT)); in TaggedToRepresentation() 928 resultRep = Int64(static_cast<int32_t>(Representation::DOUBLE)); in TaggedToRepresentation() 933 resultRep = Int64(static_cast<int32_t>(Representation::TAGGED)); in TaggedToRepresentation() 1175 … Int64(JSThread::GlueData::GetStateBitFieldOffset(isArch32))); in SetValueWithBarrier() 1176 GateRef stateBitField = Load(VariableType::INT64(), stateBitFieldAddr, Int64(0)); in SetValueWithBarrier() 1179 Int64LSL(Int64(1), Int64(JSThread::CONCURRENT_MARKING_BITFIELD_NUM)), Int64(1)); in SetValueWithBarrier() 1181 …Branch(Int64Equal(state, Int64(static_cast<int64_t>(MarkStatus::READY_TO_MARK))), &exit, &marking); in SetValueWithBarrier() [all …]
|
D | builtins_lowering.cpp | 171 auto temp = builder_.Int64LSL(builder_.CastDoubleToInt64(value), builder_.Int64(1)); in TypedAbs() 172 auto res = builder_.Int64LSR(temp, builder_.Int64(1)); in TypedAbs()
|
D | slowpath_lowering.cpp | 914 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallArg0() 928 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallthisrangeImm8Imm8V8() 953 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerWideCallthisrangePrefImm16V8() 987 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallrangeImm8Imm8V8() 1017 GateRef exceptionOffset = builder_.Int64(JSThread::GlueData::GetExceptionOffset(false)); in LowerThrow() 1143 GateRef exceptionOffset = builder_.Int64(JSThread::GlueData::GetExceptionOffset(false)); in LowerExceptionHandler() 1171 GateRef offset = builder_.Int64(JSThread::GlueData::GetGlobalObjOffset(false)); in LowerLdGlobal() 1681 … GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerNewObjRange() 2829 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallthis0Imm8V8() 2841 GateRef actualArgc = builder_.Int64(BytecodeCallArgc::ComputeCallArgc(acc_.GetNumValueIn(gate), in LowerCallArg1Imm8V8() [all …]
|
D | common_stubs.cpp | 715 … GateRef expectedNum = Int64And(Int64LSR(callfield, Int64(MethodLiteral::NumArgsBits::START_BIT)), in GenerateCircuit() 716 Int64((1LU << MethodLiteral::NumArgsBits::SIZE) - 1)); in GenerateCircuit() 717 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit() 850 GateRef numArgs = Int64(JSPROXY_NUM_ARGS + NUM_MANDATORY_JSFUNC_ARGS); in GenerateCircuit()
|
D | ntype_mcr_lowering.cpp | 147 builder_.Int64(JSTaggedValue(0).GetRawData())); in NewJSArrayLiteral()
|
D | circuit_builder.cpp | 532 frameState, Int64(static_cast<int64_t>(type))}, GateType::NJSValue(), comment.c_str()); in DeoptCheck() 733 GateRef CircuitBuilder::Int64(int64_t val) in Int64() function in panda::ecmascript::kungfu::CircuitBuilder 1025 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in Call() 1087 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in NoLabelCallRuntime() 1612 DEFVAlUE(result, env_, VariableType::INT64(), Int64(-1)); in TryGetHashcodeFromString() 1614 Branch(Int64Equal(hashCode, Int64(0)), &noRawHashcode, &storeHash); in TryGetHashcodeFromString() 1725 Int64LSR(extraLiteralInfo, Int64(MethodLiteral::BuiltinIdBits::START_BIT)), in GetCallBuiltinId() 1726 Int64((1LU << MethodLiteral::BuiltinIdBits::SIZE) - 1)); in GetCallBuiltinId()
|
D | new_object_stub_builder.cpp | 112 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewJSObject() 284 …Store(VariableType::INT64(), glue_, result->ReadVariable(), hashOffset, Int64(JSTaggedValue(0).Get… in NewJSArrayLiteral()
|
D | ts_inline_lowering.cpp | 249 vec.emplace_back(builder_.Int64(actualArgc)); // argc in ReplaceCallInput() 286 vec.emplace_back(builder_.Int64(actualArgc)); // argc in ReplaceAccessorInput()
|
D | lcr_lowering.cpp | 287 result = builder_.NotEqual(intVal, builder_.Int64(0)); in ConvertTaggedNumberToBool()
|
D | stub_builder.h | 99 GateRef Int64(int64_t value);
|
D | circuit_builder.h | 335 GateRef Int64(int64_t value);
|
D | type_mcr_lowering.cpp | 1246 …GateRef argc = builder_.Int64(NUM_MANDATORY_JSFUNC_ARGS + (mode == AccessorMode::SETTER ? 1 : 0));… in CallAccessor()
|
D | interpreter_stub.cpp | 274 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 27 DEFVARIABLE(key, VariableType::INT64(), Int64(0)); in ContainersCommonFuncCall() 144 DEFVARIABLE(key, VariableType::INT64(), Int64(0)); in QueueCommonFuncCall() 250 DEFVARIABLE(key, VariableType::INT64(), Int64(0)); in DequeCommonFuncCall()
|
D | builtins_stubs.cpp | 1110 DEFVARIABLE(arrayLength, VariableType::INT64(), Int64(0)); in DECLARE_BUILTINS() 1140 GateRef isGEZero = Int64GreaterThanOrEqual(intLen, Int64(0)); in DECLARE_BUILTINS() 1141 … GateRef isLEMaxLen = Int64LessThanOrEqual(intLen, Int64(JSArray::MAX_ARRAY_INDEX)); in DECLARE_BUILTINS() 1171 … Branch(Int64GreaterThan(*arrayLength, Int64(JSObject::MAX_GAP)), &slowPath, &lengthValid); in DECLARE_BUILTINS()
|