| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | global_value_numbering_test.cpp | 59 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0() 60 auto add2 = builder.Int64Add(x, y); in HWTEST_F_L0() 61 auto add3 = builder.Int64Add(x, z); in HWTEST_F_L0() 85 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0() 86 auto add2 = builder.Int64Add(x, y); in HWTEST_F_L0() 109 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0() 134 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0() 135 auto add2 = builder.Int64Add(x, y); in HWTEST_F_L0() 136 auto add3 = builder.Int64Add(add1, add2); in HWTEST_F_L0() 165 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0() [all …]
|
| D | instruction_combine_test.cpp | 78 auto test_x_add_0 = builder.Int64Add(x, const_i64_0); in HWTEST_F_L0() 85 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_1, const_i64_2)); in HWTEST_F_L0() 92 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_max, const_i64_1)); in HWTEST_F_L0() 103 …auto result = instcombie.VisitGate(builder.Int64Add(builder.Int64Add(y, const_i64_max), const_i64_… in HWTEST_F_L0() 113 auto z_add_1 = builder.Int64Add(z, const_i64_1); in HWTEST_F_L0() 114 auto intfer = builder.Int64Add(z_add_1, z_add_1); in HWTEST_F_L0() 116 auto result = instcombie.VisitGate(builder.Int64Add(z_add_1, const_i64_2)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 64 GateRef sumArrayLen = Int64Add(argLen, thisLen); in Concat() 125 i = Int64Add(*i, Int64(1)); in Concat() 126 j = Int64Add(*j, Int64(1)); in Concat() 144 k = Int64Add(*k, Int64(1)); in Concat() 145 j = Int64Add(*j, Int64(1)); in Concat() 270 toIndex = Int64Add(*toIndex, Int64(1)); in Filter() 286 i = Int64Add(*i, Int64(1)); in Filter() 539 GateRef tempStart = Int64Add(argStart, thisArrLen); in Slice() 586 GateRef tempEnd = Int64Add(argEnd, thisArrLen); in Slice() 641 … Branch(Int64GreaterThan(thisElesLen, Int64Add(*start, *count)), &inThisEles, &outThisEles); in Slice() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.h | 237 return Int64ToTaggedPtr(Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET))); in DoubleToTaggedDoublePtr() 277 return Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in DoubleToTaggedDouble() 290 return Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in DoubleToTagged()
|
| D | interpreter_stub-inl.h | 559 GateRef currentInst2 = Int64Add(currentInst1, ZExtInt8ToInt64(ReadInst8_6(pc))); in ReadInst64_0() 561 GateRef currentInst4 = Int64Add(currentInst3, ZExtInt8ToInt64(ReadInst8_5(pc))); in ReadInst64_0() 563 GateRef currentInst6 = Int64Add(currentInst5, ZExtInt8ToInt64(ReadInst8_4(pc))); in ReadInst64_0() 565 GateRef currentInst8 = Int64Add(currentInst7, ZExtInt8ToInt64(ReadInst8_3(pc))); in ReadInst64_0() 567 GateRef currentInst10 = Int64Add(currentInst9, ZExtInt8ToInt64(ReadInst8_2(pc))); in ReadInst64_0() 569 GateRef currentInst12 = Int64Add(currentInst11, ZExtInt8ToInt64(ReadInst8_1(pc))); in ReadInst64_0() 571 return Int64Add(currentInst13, ZExtInt8ToInt64(ReadInst8_0(pc))); in ReadInst64_0()
|
| D | slowpath_lowering.cpp | 1202 GateRef val = builder_.Int64Add(glue_, exceptionOffset); in LowerExceptionHandler() 1231 GateRef val = builder_.Int64Add(glue_, offset); in LowerLdGlobal() 2945 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall() 2975 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
|
| D | common_stubs.cpp | 801 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit()
|
| D | instruction_combine.cpp | 661 …builder_.Int64Add(m.Left().Gate(), builder_.Int64(NegateWithWraparound(m.Right().ResolvedValue()))… in ReduceInt64Sub()
|
| D | stub_builder.cpp | 1297 GateRef stateBitFieldAddr = Int64Add(glue, in SetValueWithBarrier() 1498 … n = Int64Add(Int64Mul(*n, Int64(10)), Int64Sub(ZExtInt32ToInt64(*c), Int64('0'))); in StringToElementIndex() 6937 … GateRef realNumArgs = Int64Add(ZExtInt32ToInt64(actualNumArgs), Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch() 6944 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch() 7120 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch() 7509 n = Int64Add(Int64Mul(*n, Int64(10)), in TryStringOrSymbolToElementIndex()
|
| D | circuit_builder.h | 60 V(Int64Add, Add, MachineType::I64) \
|
| D | stub_builder-inl.h | 351 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add() function 353 return env_->GetBuilder()->Int64Add(x, y); in Int64Add()
|
| D | stub_builder.h | 169 GateRef Int64Add(GateRef x, GateRef y);
|