Home
last modified time | relevance | path

Searched refs:AtomicCompareExchange (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc367 Return(SmiFromInt32(AtomicCompareExchange(MachineType::Int8(), backing_store, in TF_BUILTIN()
372 Return(SmiFromInt32(AtomicCompareExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
377 Return(SmiFromInt32(AtomicCompareExchange( in TF_BUILTIN()
382 Return(SmiFromInt32(AtomicCompareExchange( in TF_BUILTIN()
387 Return(ChangeInt32ToTagged(AtomicCompareExchange( in TF_BUILTIN()
392 Return(ChangeUint32ToTagged(AtomicCompareExchange( in TF_BUILTIN()
/external/spirv-llvm/test/SPIRV/transcoding/
DAtomicCompareExchangeExplicit_cl20.ll42 ;CHECK-SPIRV: AtomicCompareExchange {{[0-9]+}} {{[0-9]+}} {{[0-9]+}} [[DeviceScope]] [[ReleaseMemSe…
43 ;CHECK-SPIRV: AtomicCompareExchange {{[0-9]+}} {{[0-9]+}} {{[0-9]+}} [[WorkgroupScope]] [[AcqRelMem…
/external/deqp-deps/glslang/Test/baseResults/
Dspv.atomicInt64.comp.out130 77: 6(int64_t) AtomicCompareExchange 75 23 24 24 76 21
204 139: 6(int64_t) AtomicCompareExchange 137 23 24 24 138 21
Dspv.image.frag.out496 343: 6(int) AtomicCompareExchange 342 237 19 19 341 340
505 352: 18(int) AtomicCompareExchange 351 237 19 19 350 349
511 360: 6(int) AtomicCompareExchange 359 237 19 19 341 340
520 371: 18(int) AtomicCompareExchange 370 237 19 19 369 349
Dspv.460.frag.out49 31: 6(int) AtomicCompareExchange 8(aui) 12 13 13 30 29
Dspv.memoryScopeSemantics.comp.out190 64: 15(int) AtomicCompareExchange 23(atomu) 12 63 63 62 61
238 142:136(int64_t) AtomicCompareExchange 138(atomi64) 12 63 63 141 139
Dspv.atomic.comp.out123 59: 6(int) AtomicCompareExchange 44(atomu) 14 15 15 58 57
Dhlsl.intrinsics.comp.out920 82: 8(int) AtomicCompareExchange 66(gs_ua) 69 70 70 81 79
977 125: 26(ivec2) AtomicCompareExchange 111(gs_ua2) 69 70 70 124 122
1027 169: 38(ivec3) AtomicCompareExchange 155(gs_ua3) 69 70 70 168 166
1077 212: 50(ivec4) AtomicCompareExchange 198(gs_ua4) 69 70 70 211 209
Dhlsl.structbuffer.atomics.frag.out561 41: 18(int) AtomicCompareExchange 40 26 27 27 21 25
Dhlsl.rw.atomics.frag.out4196 64: 12(int) AtomicCompareExchange 63 34 31 31 62 59
4290 160: 16(int) AtomicCompareExchange 159 34 31 31 158 155
4384 251: 12(int) AtomicCompareExchange 250 34 31 31 249 247
4478 342: 16(int) AtomicCompareExchange 341 34 31 31 340 338
4572 433: 12(int) AtomicCompareExchange 432 34 31 31 431 429
4666 524: 16(int) AtomicCompareExchange 523 34 31 31 522 520
4760 613: 12(int) AtomicCompareExchange 612 34 31 31 611 609
4854 702: 16(int) AtomicCompareExchange 701 34 31 31 700 698
4948 788: 12(int) AtomicCompareExchange 787 34 31 31 786 784
5042 874: 16(int) AtomicCompareExchange 873 34 31 31 872 870
[all …]
/external/spirv-llvm/test/SPIRV/
DAtomicCompareExchange_cl12.ll34 ; CHECK 9 AtomicCompareExchange [[int]] [[result:[0-9]+]] [[Pointer]] [[DeviceScope]] [[Sequentiall…
DAtomicCompareExchange_cl20.ll39 ; CHECK-NEXT: 9 AtomicCompareExchange [[int]] [[Result:[0-9]+]] [[Pointer]] [[DeviceScope]] [[Seque…
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h211 _SPIRV_OP(AtomicCompareExchange, 230)
DSPIRVInstruction.h1821 _SPIRV_OP(AtomicCompareExchange, true, 9)
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h516 _SPIRV_OP(compare_exchange_strong_explicit, AtomicCompareExchange) in init()
/external/v8/src/wasm/
Dwasm-opcodes.cc267 CASE_UNSIGNED_ALL_OP(AtomicCompareExchange, "atomic_cmpxchng") in OpcodeName()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2337 OP(AtomicCompareExchange, atomic_comp_swap) in vtn_handle_image()
2435 OP(AtomicCompareExchange, atomic_comp_swap) in get_ssbo_nir_atomic_op()
2461 OP(AtomicCompareExchange, atomic_comp_swap) in get_shared_nir_atomic_op()
2487 OP(AtomicCompareExchange, atomic_comp_swap) in get_var_nir_atomic_op()
/external/v8/src/compiler/
Dcode-assembler.cc1018 Node* CodeAssembler::AtomicCompareExchange(MachineType type, Node* base, in AtomicCompareExchange() function in v8::internal::compiler::CodeAssembler
1021 return raw_assembler()->AtomicCompareExchange(type, base, offset, old_value, in AtomicCompareExchange()
Draw-machine-assembler.h194 Node* AtomicCompareExchange(MachineType rep, Node* base, Node* index, in AtomicCompareExchange() function
Dcode-assembler.h827 Node* AtomicCompareExchange(MachineType type, Node* base, Node* offset,
Dwasm-compiler.cc3922 mcgraph()->machine()->Prefix##AtomicCompareExchange( \ in AtomicOp()