Home
last modified time | relevance | path

Searched refs:Atomic (Results 1 – 25 of 100) sorted by relevance

1234

/external/valgrind/none/tests/mips64/
Dcvm_atomic_thread.stdout.exp-LE5 Store Atomic Add: 32 bit 2156643710, 64 bit 12633614303292
6 Load Atomic Add: 32 bit 2156643710, 64 bit 12633614303292
7 Load Atomic Swap: 32 bit 3456986, 64 bit 3555751
8 Load Atomic Increment: 32 bit 6913974, 64 bit 6913974
9 Load Atomic Decrement: 32 bit 4288053322, 64 bit -6913974
10 Load Atomic Clear: 32 bit 0, 64 bit 0
11 Load Atomic Set: 32 bit 4294967295, 64 bit -1
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp38 typedef std::atomic<Tp> Atomic; in test() typedef
39 static_assert(std::is_literal_type<Atomic>::value, ""); in test()
42 constexpr Atomic a(t); in test()
46 constexpr Atomic a{t}; in test()
50 constexpr Atomic a = ATOMIC_VAR_INIT(t); in test()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrAtomics.td1 // WebAssemblyInstrAtomics.td-WebAssembly Atomic codegen support-*- tablegen -*-
11 /// \brief WebAssembly Atomic operand code-gen constructs.
18 // Atomic fences
24 // Atomic loads
30 // Atomic stores
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.atomic_counter.txt31 + Atomic counters with different offsets
32 + Atomic counters with default layout qualifier and implicit offset and binding
48 the shader. Atomic counter values are verified by comparing against the
54 peforming operation. Atomic counter values returned by different atomic
Dfunctional.ssbo.txt45 * Atomic operations
63 Atomic operation test cases use a single SSBO for both input data, output data
Dfunctional.compute.basic.txt32 + Atomic counter (atomicCounterIncrement)
Dfunctional.fbo.no_attachments.txt34 - Atomic counter use (none guaranteed in fragment shader)
Dfunctional.compute.shared_var.txt57 Atomic operation test cases issue multiple work groups of size 3x2x1. In each
/external/llvm/test/CodeGen/AArch64/
Darm64-atomic.ll357 %"class.X::Atomic" = type { %struct.x_atomic_t }
360 @counter = external hidden global %"class.X::Atomic", align 4
364 …%0 = atomicrmw add i32* getelementptr inbounds (%"class.X::Atomic", %"class.X::Atomic"* @counter, …
370 …%1 = atomicrmw add i32* getelementptr inbounds (%"class.X::Atomic", %"class.X::Atomic"* @counter, …
/external/guava/
DREADME.android7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…
/external/skia/tests/
DAtomicTest.cpp33 DEF_TEST(Atomic, reporter) { in DEF_TEST() argument
/external/llvm/test/Transforms/FunctionAttrs/
Datomic.ll3 ; Atomic load/store to local doesn't affect whether a function is
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
349 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…
362 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…
/external/llvm/test/CodeGen/X86/
D2010-10-08-cmpxchg8b.ll9 ; Neither Atomic-xx.ll nor atomic_op.ll cover this. Those tests were
/external/clang/include/clang/AST/
DTypeNodes.def107 TYPE(Atomic, Type)
110 LAST_TYPE(Atomic)
/external/llvm/lib/Target/AArch64/
DAArch64InstrAtomics.td1 //=- AArch64InstrAtomics.td - AArch64 Atomic codegen support -*- tablegen -*-=//
10 // AArch64 Atomic operand code-gen constructs.
15 // Atomic fences
21 // Atomic loads
104 // Atomic stores
/external/zlib/src/contrib/ada/
Dmtest.adb26 pragma Atomic (Stop);
/external/llvm/lib/Support/
DAndroid.mk12 Atomic.cpp \
DCMakeLists.txt109 Atomic.cpp
/external/llvm/cmake/modules/
DCheckAtomic.cmake42 ## llvm's Atomic.h, which should be replaced. Other code simply
/external/libcxx/
DTODO.TXT22 Atomic Related Tasks
/external/llvm/docs/
DAtomics.rst2 LLVM Atomic Instructions and Concurrency Guide
35 Atomic and volatile in the IR are orthogonal; "volatile" is the C/C++ volatile,
100 Atomic instructions
105 ordering; see `Atomic orderings`_.
130 Atomic orderings
411 Atomic operations are represented in the SelectionDAG with ``ATOMIC_*`` opcodes.
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1568 Atomic opcodes
1579 .. opcode:: ATOMUADD - Atomic integer addition
1594 .. opcode:: ATOMXCHG - Atomic exchange
1609 .. opcode:: ATOMCAS - Atomic compare-and-exchange
1624 .. opcode:: ATOMAND - Atomic bitwise And
1639 .. opcode:: ATOMOR - Atomic bitwise Or
1654 .. opcode:: ATOMXOR - Atomic bitwise Xor
1669 .. opcode:: ATOMUMIN - Atomic unsigned minimum
1684 .. opcode:: ATOMUMAX - Atomic unsigned maximum
1699 .. opcode:: ATOMIMIN - Atomic signed minimum
[all …]
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt832 ValidationError: {'one_time_hosts': 'One time hosts cannot be used with an Atomic Group.'}
842 …requested a synch_count (25) greater than the maximum machines in the requested Atomic Group (8).'}
864 ValidationError: {'hosts': u'Hosts "host1, host2" are not in Atomic Group "mini rack"'}
875 ValidationError: {'atomic_group_name': u'Insufficient hosts in Atomic Group "mini rack" with the su…
885 ValidationError: {'atomic_group_name': u'Insufficient hosts in Atomic Group "mini rack" with the su…
/external/llvm/test/CodeGen/PowerPC/
Datomics.ll76 ; Atomic CmpXchg

1234