HomeSort by relevance Sort by last modified time
    Searched refs:AtomicLoad (Results 1 - 11 of 11) sorted by null

  /external/v8/src/builtins/
builtins-sharedarraybuffer.cc 188 a->SmiTag(a->AtomicLoad(MachineType::Int8(), backing_store, index_word)));
192 a->AtomicLoad(MachineType::Uint8(), backing_store, index_word)));
195 a->Return(a->SmiTag(a->AtomicLoad(MachineType::Int16(), backing_store,
199 a->Return(a->SmiTag(a->AtomicLoad(MachineType::Uint16(), backing_store,
203 a->Return(a->ChangeInt32ToTagged(a->AtomicLoad(
207 a->Return(a->ChangeUint32ToTagged(a->AtomicLoad(
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 208 _SPIRV_OP(AtomicLoad, 227)
SPIRVInstruction.h     [all...]
  /external/v8/src/compiler/
machine-operator.cc     [all...]
machine-operator.h 638 const Operator* AtomicLoad(LoadRepresentation rep);
code-assembler.cc 286 Node* CodeAssembler::AtomicLoad(MachineType rep, Node* base, Node* index) {
287 return raw_assembler_->AtomicLoad(rep, base, index);
    [all...]
raw-machine-assembler.h 170 Node* AtomicLoad(MachineType rep, Node* base, Node* index) {
171 return AddNode(machine()->AtomicLoad(rep), base, index);
    [all...]
code-assembler.h 271 Node* AtomicLoad(MachineType rep, Node* base, Node* index);
opcodes.h 530 V(AtomicLoad) \
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 513 _SPIRV_OP(load_explicit, AtomicLoad)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 223 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a,

Completed in 2423 milliseconds