Home
last modified time | relevance | path

Searched refs:Int64 (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp105 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/
Dinterpreter_stub-inl.h437 …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 …]
Dcircuit_builder-inl.h111 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 …]
Dtest_stubs.cpp107 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()
Dts_hcr_lowering.cpp1049 …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 …]
Dstub_builder-inl.h61 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 …]
Dstub_builder.cpp757 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()
1175Int64(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 …]
Dbuiltins_lowering.cpp171 auto temp = builder_.Int64LSL(builder_.CastDoubleToInt64(value), builder_.Int64(1)); in TypedAbs()
172 auto res = builder_.Int64LSR(temp, builder_.Int64(1)); in TypedAbs()
Dslowpath_lowering.cpp914 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 …]
Dcommon_stubs.cpp715 … 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()
Dntype_mcr_lowering.cpp147 builder_.Int64(JSTaggedValue(0).GetRawData())); in NewJSArrayLiteral()
Dcircuit_builder.cpp532 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()
Dnew_object_stub_builder.cpp112 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewJSObject()
284 …Store(VariableType::INT64(), glue_, result->ReadVariable(), hashOffset, Int64(JSTaggedValue(0).Get… in NewJSArrayLiteral()
Dts_inline_lowering.cpp249 vec.emplace_back(builder_.Int64(actualArgc)); // argc in ReplaceCallInput()
286 vec.emplace_back(builder_.Int64(actualArgc)); // argc in ReplaceAccessorInput()
Dlcr_lowering.cpp287 result = builder_.NotEqual(intVal, builder_.Int64(0)); in ConvertTaggedNumberToBool()
Dstub_builder.h99 GateRef Int64(int64_t value);
Dcircuit_builder.h335 GateRef Int64(int64_t value);
Dtype_mcr_lowering.cpp1246 …GateRef argc = builder_.Int64(NUM_MANDATORY_JSFUNC_ARGS + (mode == AccessorMode::SETTER ? 1 : 0));… in CallAccessor()
Dinterpreter_stub.cpp274 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp27 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()
Dbuiltins_stubs.cpp1110 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()