HomeSort by relevance Sort by last modified time
    Searched full:index_word (Results 1 - 3 of 3) sorted by null

  /external/v8/src/builtins/
builtins-sharedarraybuffer.cc 140 void ValidateAtomicIndex(CodeStubAssembler* a, compiler::Node* index_word,
148 a->Word32Or(a->Int32LessThan(index_word, a->Int32Constant(0)),
149 a->Int32GreaterThanOrEqual(index_word, array_length_word)),
174 Node* index_word = a.ChangeUint32ToWord(index_word32); local
190 a.AtomicLoad(MachineType::Int8(), backing_store, index_word)));
194 a.AtomicLoad(MachineType::Uint8(), backing_store, index_word)));
198 a.WordShl(index_word, 1))));
202 a.WordShl(index_word, 1))));
206 MachineType::Int32(), backing_store, a.WordShl(index_word, 2))));
210 MachineType::Uint32(), backing_store, a.WordShl(index_word, 2))))
233 Node* index_word = a.ChangeUint32ToWord(index_word32); local
    [all...]
  /external/mesa3d/src/intel/vulkan/
gen7_cmd_buffer.c 99 [VK_INDEX_TYPE_UINT16] = INDEX_WORD,
gen8_cmd_buffer.c 303 [VK_INDEX_TYPE_UINT16] = INDEX_WORD,

Completed in 729 milliseconds