Home
last modified time | relevance | path

Searched refs:IntAdd (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmemory-lowering.cc161 Node* top = __ IntAdd(state->top(), size); in ReduceAllocateRaw()
168 __ IntAdd(state->top(), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
192 Node* check = __ UintLessThan(__ IntAdd(top, size), limit); in ReduceAllocateRaw()
215 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in ReduceAllocateRaw()
222 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
243 Node* new_top = __ IntAdd(top, size); in ReduceAllocateRaw()
257 __ IntAdd(top, __ IntPtrConstant(kHeapObjectTag)))); in ReduceAllocateRaw()
391 index = __ IntAdd(index, __ IntPtrConstant(fixed_offset)); in ComputeIndex()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmemory-optimizer.cc196 Node* top = __ IntAdd(state->top(), __ IntPtrConstant(object_size)); in VisitAllocateRaw()
203 __ IntAdd(state->top(), __ IntPtrConstant(kHeapObjectTag))); in VisitAllocateRaw()
225 __ IntAdd(top, in VisitAllocateRaw()
251 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in VisitAllocateRaw()
258 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in VisitAllocateRaw()
277 __ IntAdd(top, machine()->Is64() ? __ ChangeInt32ToInt64(size) : size); in VisitAllocateRaw()
286 __ IntAdd(top, __ IntPtrConstant(kHeapObjectTag)))); in VisitAllocateRaw()
441 index = graph()->NewNode(machine()->IntAdd(), index, in ComputeIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmemory-lowering.cc168 Node* top = __ IntAdd(state->top(), size); in ReduceAllocateRaw()
175 __ IntAdd(state->top(), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
199 Node* check = __ UintLessThan(__ IntAdd(top, size), limit); in ReduceAllocateRaw()
222 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in ReduceAllocateRaw()
229 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
250 Node* new_top = __ IntAdd(top, size); in ReduceAllocateRaw()
264 __ IntAdd(top, __ IntPtrConstant(kHeapObjectTag)))); in ReduceAllocateRaw()
457 index = __ IntAdd(index, __ IntPtrConstant(fixed_offset)); in ComputeIndex()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmemory-lowering.cc262 Node* top = __ IntAdd(state->top(), size); in ReduceAllocateRaw()
269 __ IntAdd(state->top(), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
293 Node* check = __ UintLessThan(__ IntAdd(top, size), limit); in ReduceAllocateRaw()
310 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in ReduceAllocateRaw()
317 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
338 Node* new_top = __ IntAdd(top, size); in ReduceAllocateRaw()
352 __ IntAdd(top, __ IntPtrConstant(kHeapObjectTag)))); in ReduceAllocateRaw()
588 index = __ IntAdd(index, __ IntPtrConstant(fixed_offset)); in ComputeIndex()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A DExpenseLog.cpp78 void ExpenseModule::AddOperations(unsigned int IntAdd, unsigned int IntMul, unsigned int DoubleAdd,… in AddOperations() argument
80 this->AddIntAdditons(IntAdd); in AddOperations()
H A DExpenseLog.h59 …void AddOperations(unsigned int IntAdd, unsigned int IntMul, unsigned int DoubleAdd, unsigned int …
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dinteger.h84 (IntAdd(one, two, out) != S_OK)
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dinteger.h91 (IntAdd(one, two, out) != S_OK)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dinteger.h91 (IntAdd(one, two, out) != S_OK)
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dinteger.h91 (IntAdd(one, two, out) != S_OK)
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dmachine-operator-unittest.cc363 EXPECT_EQ(machine.Int32Add(), machine.IntAdd()); in TEST_F()
385 EXPECT_EQ(machine.Int64Add(), machine.IntAdd()); in TEST_F()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cd/
H A Dcd30002.a154 subtype IntAdd is System.Storage_Elements.Integer_Address;
157 function A2I(Value: System.Address) return IntAdd renames

123