/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 426 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/ |
D | spv.volatileAtomic.comp.out | 38 17: 6(int) AtomicExchange 14 16 15 15
|
D | spv.460.frag.out | 46 28: 6(int) AtomicExchange 8(aui) 12 13 27
|
D | spv.atomicInt64.comp.out | 124 72: 6(int64_t) AtomicExchange 71 23 24 21 198 134: 6(int64_t) AtomicExchange 133 23 24 21
|
D | hlsl.intrinsics.comp.out | 40 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 …]
|
D | spv.atomic.comp.out | 120 56: 28(int) AtomicExchange 39(atomi) 14 15 55
|
D | spv.image.frag.out | 481 328: 6(int) AtomicExchange 327 237 19 326 490 336: 18(int) AtomicExchange 335 237 19 334
|
D | hlsl.structbuffer.atomics.frag.out | 85 0:14 AtomicExchange ( temp uint) 324 0:14 AtomicExchange ( temp uint) 566 45: 6(int) AtomicExchange 44 26 27 25
|
D | hlsl.earlydepthstencil.frag.out | 185 35: 10(int) AtomicExchange 34 27 22 27
|
D | spv.memoryScopeSemantics.comp.out | 217 61: 6(int) AtomicExchange 10(atomi) 12 17 60
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.volatileAtomic.comp.out | 38 17: 6(int) AtomicExchange 14 16 15 15
|
D | spv.460.frag.out | 46 28: 6(int) AtomicExchange 8(aui) 12 13 27
|
D | spv.atomicInt64.comp.out | 124 72: 6(int64_t) AtomicExchange 71 23 24 21 198 134: 6(int64_t) AtomicExchange 133 23 24 21
|
D | hlsl.intrinsics.comp.out | 40 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 …]
|
D | spv.atomic.comp.out | 120 56: 28(int) AtomicExchange 39(atomi) 14 15 55
|
D | spv.image.frag.out | 481 328: 6(int) AtomicExchange 327 237 19 326 490 336: 18(int) AtomicExchange 335 237 19 334
|
D | 420.frag.out | 59 0:33 AtomicExchange ( global int)
|
D | hlsl.structbuffer.atomics.frag.out | 85 0:14 AtomicExchange ( temp uint) 324 0:14 AtomicExchange ( temp uint) 566 45: 6(int) AtomicExchange 44 26 27 25
|
D | hlsl.earlydepthstencil.frag.out | 185 35: 10(int) AtomicExchange 34 27 22 27
|
D | spv.memoryScopeSemantics.comp.out | 217 61: 6(int) AtomicExchange 10(atomi) 12 17 60
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 92 AtomicExchange, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 727 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/ |
D | wasm-opcodes-inl.h | 374 CASE_UNSIGNED_ALL_OP(AtomicExchange, "atomic.xchng") in OpcodeName()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 333 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() function
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 176 void LiftoffAssembler::AtomicExchange(Register dst_addr, Register offset_reg, in AtomicExchange() function
|