Home
last modified time | relevance | path

Searched refs:AtomicExchange (Results 1 – 25 of 42) sorted by relevance

12

/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc426 Return(SmiFromInt32(AtomicExchange(MachineType::Int8(), backing_store, in TF_BUILTIN()
430 Return(SmiFromInt32(AtomicExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
434 Return(SmiFromInt32(AtomicExchange(MachineType::Int16(), backing_store, in TF_BUILTIN()
439 Return(SmiFromInt32(AtomicExchange(MachineType::Uint16(), backing_store, in TF_BUILTIN()
444 Return(ChangeInt32ToTagged(AtomicExchange( in TF_BUILTIN()
449 Return(ChangeUint32ToTagged(AtomicExchange( in TF_BUILTIN()
474 Return(BigIntFromSigned64(AtomicExchange( in TF_BUILTIN()
479 Return(BigIntFromUnsigned64(AtomicExchange( in TF_BUILTIN()
/external/angle/third_party/glslang/src/Test/baseResults/
Dspv.volatileAtomic.comp.out38 17: 6(int) AtomicExchange 14 16 15 15
Dspv.460.frag.out46 28: 6(int) AtomicExchange 8(aui) 12 13 27
Dspv.atomicInt64.comp.out124 72: 6(int64_t) AtomicExchange 71 23 24 21
198 134: 6(int64_t) AtomicExchange 133 23 24 21
Dhlsl.intrinsics.comp.out40 0:29 AtomicExchange ( temp uint)
122 0:63 AtomicExchange ( temp 2-component vector of uint)
196 0:90 AtomicExchange ( temp 3-component vector of uint)
271 0:117 AtomicExchange ( temp 4-component vector of uint)
400 0:29 AtomicExchange ( temp uint)
482 0:63 AtomicExchange ( temp 2-component vector of uint)
556 0:90 AtomicExchange ( temp 3-component vector of uint)
631 0:117 AtomicExchange ( temp 4-component vector of uint)
923 84: 8(int) AtomicExchange 66(gs_ua) 69 70 83
980 127: 26(ivec2) AtomicExchange 111(gs_ua2) 69 70 126
[all …]
Dspv.atomic.comp.out120 56: 28(int) AtomicExchange 39(atomi) 14 15 55
Dspv.image.frag.out481 328: 6(int) AtomicExchange 327 237 19 326
490 336: 18(int) AtomicExchange 335 237 19 334
Dhlsl.structbuffer.atomics.frag.out85 0:14 AtomicExchange ( temp uint)
324 0:14 AtomicExchange ( temp uint)
566 45: 6(int) AtomicExchange 44 26 27 25
Dhlsl.earlydepthstencil.frag.out185 35: 10(int) AtomicExchange 34 27 22 27
Dspv.memoryScopeSemantics.comp.out217 61: 6(int) AtomicExchange 10(atomi) 12 17 60
/external/deqp-deps/glslang/Test/baseResults/
Dspv.volatileAtomic.comp.out38 17: 6(int) AtomicExchange 14 16 15 15
Dspv.460.frag.out46 28: 6(int) AtomicExchange 8(aui) 12 13 27
Dspv.atomicInt64.comp.out124 72: 6(int64_t) AtomicExchange 71 23 24 21
198 134: 6(int64_t) AtomicExchange 133 23 24 21
Dhlsl.intrinsics.comp.out40 0:29 AtomicExchange ( temp uint)
122 0:63 AtomicExchange ( temp 2-component vector of uint)
196 0:90 AtomicExchange ( temp 3-component vector of uint)
271 0:117 AtomicExchange ( temp 4-component vector of uint)
400 0:29 AtomicExchange ( temp uint)
482 0:63 AtomicExchange ( temp 2-component vector of uint)
556 0:90 AtomicExchange ( temp 3-component vector of uint)
631 0:117 AtomicExchange ( temp 4-component vector of uint)
923 84: 8(int) AtomicExchange 66(gs_ua) 69 70 83
980 127: 26(ivec2) AtomicExchange 111(gs_ua2) 69 70 126
[all …]
Dspv.atomic.comp.out120 56: 28(int) AtomicExchange 39(atomi) 14 15 55
Dspv.image.frag.out481 328: 6(int) AtomicExchange 327 237 19 326
490 336: 18(int) AtomicExchange 335 237 19 334
D420.frag.out59 0:33 AtomicExchange ( global int)
Dhlsl.structbuffer.atomics.frag.out85 0:14 AtomicExchange ( temp uint)
324 0:14 AtomicExchange ( temp uint)
566 45: 6(int) AtomicExchange 44 26 27 25
Dhlsl.earlydepthstencil.frag.out185 35: 10(int) AtomicExchange 34 27 22 27
Dspv.memoryScopeSemantics.comp.out217 61: 6(int) AtomicExchange 10(atomi) 12 17 60
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h92 AtomicExchange, enumerator
DIceTargetLoweringMIPS32.cpp727 case Intrinsics::AtomicExchange: in genTargetHelperCallFor()
4544 case Intrinsics::AtomicExchange: in createArithInst()
4852 if (Operation != Intrinsics::AtomicExchange) { in lowerIntrinsicCall()
4857 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsicCall()
4881 if (Operation == Intrinsics::AtomicExchange) { in lowerIntrinsicCall()
/external/v8/src/wasm/
Dwasm-opcodes-inl.h374 CASE_UNSIGNED_ALL_OP(AtomicExchange, "atomic.xchng") in OpcodeName()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc333 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() function
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h176 void LiftoffAssembler::AtomicExchange(Register dst_addr, Register offset_reg, in AtomicExchange() function

12