Home
last modified time | relevance | path

Searched refs:Int64Add (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h529 GateRef currentInst2 = Int64Add(currentInst1, ZExtInt8ToInt64(ReadInst8_6(pc))); in ReadInst64_0()
531 GateRef currentInst4 = Int64Add(currentInst3, ZExtInt8ToInt64(ReadInst8_5(pc))); in ReadInst64_0()
533 GateRef currentInst6 = Int64Add(currentInst5, ZExtInt8ToInt64(ReadInst8_4(pc))); in ReadInst64_0()
535 GateRef currentInst8 = Int64Add(currentInst7, ZExtInt8ToInt64(ReadInst8_3(pc))); in ReadInst64_0()
537 GateRef currentInst10 = Int64Add(currentInst9, ZExtInt8ToInt64(ReadInst8_2(pc))); in ReadInst64_0()
539 GateRef currentInst12 = Int64Add(currentInst11, ZExtInt8ToInt64(ReadInst8_1(pc))); in ReadInst64_0()
541 return Int64Add(currentInst13, ZExtInt8ToInt64(ReadInst8_0(pc))); in ReadInst64_0()
Dtest_stubs.cpp107 GateRef actualArgC = Int64Add(argc, Int64(1)); in GenerateCircuit()
127 GateRef actualArgC = Int64Add(argc, Int64(1)); in GenerateCircuit()
Dcircuit_builder-inl.h508 return Int64ToTaggedPtr(Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET))); in DoubleToTaggedDoublePtr()
548 return Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in DoubleToTaggedDouble()
561 return Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in DoubleToTagged()
Dcommon_stubs.cpp717 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit()
Dslowpath_lowering.cpp1144 GateRef val = builder_.Int64Add(glue_, exceptionOffset); in LowerExceptionHandler()
1172 GateRef val = builder_.Int64Add(glue_, offset); in LowerLdGlobal()
3029 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
3059 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
Dstub_builder-inl.h330 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add() function
332 return env_->GetBuilder()->Int64Add(x, y); in Int64Add()
Dstub_builder.h152 GateRef Int64Add(GateRef x, GateRef y);
Dstub_builder.cpp1174 GateRef stateBitFieldAddr = Int64Add(glue, in SetValueWithBarrier()
1346 … n = Int64Add(Int64Mul(*n, Int64(10)), Int64Sub(ZExtInt32ToInt64(*c), Int64('0'))); in StringToElementIndex()
5318 … GateRef realNumArgs = Int64Add(ZExtInt32ToInt64(actualNumArgs), Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch()
5324 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch()
5483 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch()
Dcircuit_builder.h50 V(Int64Add, Add, MachineType::I64) \