Searched refs:Int64Add (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 529 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()
|
| D | test_stubs.cpp | 107 GateRef actualArgC = Int64Add(argc, Int64(1)); in GenerateCircuit() 127 GateRef actualArgC = Int64Add(argc, Int64(1)); in GenerateCircuit()
|
| D | circuit_builder-inl.h | 508 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()
|
| D | common_stubs.cpp | 717 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit()
|
| D | slowpath_lowering.cpp | 1144 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()
|
| D | stub_builder-inl.h | 330 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add() function 332 return env_->GetBuilder()->Int64Add(x, y); in Int64Add()
|
| D | stub_builder.h | 152 GateRef Int64Add(GateRef x, GateRef y);
|
| D | stub_builder.cpp | 1174 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()
|
| D | circuit_builder.h | 50 V(Int64Add, Add, MachineType::I64) \
|