Lines Matching refs:index_word

30   void ValidateAtomicIndex(Node* array, Node* index_word, Node* context);
32 void DebugSanityCheckAtomicIndex(Node* array, Node* index_word,
110 Node* index_word, in ValidateAtomicIndex() argument
116 GotoIf(Uint32LessThan(index_word, array_length_word32), &check_passed); in ValidateAtomicIndex()
125 Node* array, Node* index_word, Node* context) { in DebugSanityCheckAtomicIndex() argument
131 Uint32LessThan(index_word, in DebugSanityCheckAtomicIndex()
150 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN() local
166 SmiFromInt32(AtomicLoad(MachineType::Int8(), backing_store, index_word))); in TF_BUILTIN()
170 AtomicLoad(MachineType::Uint8(), backing_store, index_word))); in TF_BUILTIN()
174 AtomicLoad(MachineType::Int16(), backing_store, WordShl(index_word, 1)))); in TF_BUILTIN()
178 WordShl(index_word, 1)))); in TF_BUILTIN()
182 AtomicLoad(MachineType::Int32(), backing_store, WordShl(index_word, 2)))); in TF_BUILTIN()
186 WordShl(index_word, 2)))); in TF_BUILTIN()
207 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN() local
228 AtomicStore(MachineRepresentation::kWord8, backing_store, index_word, in TF_BUILTIN()
234 WordShl(index_word, 1), value_word32); in TF_BUILTIN()
239 WordShl(index_word, 2), value_word32); in TF_BUILTIN()
272 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN() local
290 index_word, value_word32))); in TF_BUILTIN()
294 index_word, value_word32))); in TF_BUILTIN()
298 WordShl(index_word, 1), value_word32))); in TF_BUILTIN()
302 WordShl(index_word, 1), value_word32))); in TF_BUILTIN()
306 WordShl(index_word, 2), in TF_BUILTIN()
312 WordShl(index_word, 2), value_word32))); in TF_BUILTIN()
348 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN() local
368 index_word, old_value_word32, in TF_BUILTIN()
373 index_word, old_value_word32, in TF_BUILTIN()
378 MachineType::Int16(), backing_store, WordShl(index_word, 1), in TF_BUILTIN()
383 MachineType::Uint16(), backing_store, WordShl(index_word, 1), in TF_BUILTIN()
388 MachineType::Int32(), backing_store, WordShl(index_word, 2), in TF_BUILTIN()
393 MachineType::Uint32(), backing_store, WordShl(index_word, 2), in TF_BUILTIN()
447 Node* index_word = ChangeUint32ToWord(index_word32); in BINOP_BUILTIN() local
465 index_word, value_word32))); in BINOP_BUILTIN()
469 index_word, value_word32))); in BINOP_BUILTIN()
473 WordShl(index_word, 1), value_word32))); in BINOP_BUILTIN()
477 WordShl(index_word, 1), value_word32))); in BINOP_BUILTIN()
482 WordShl(index_word, 2), value_word32))); in BINOP_BUILTIN()
487 WordShl(index_word, 2), value_word32))); in BINOP_BUILTIN()