Lines Matching refs:index_word32
147 Node* index_word32 = in TF_BUILTIN() local
149 ValidateAtomicIndex(array, index_word32, context); in TF_BUILTIN()
150 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN()
204 Node* index_word32 = in TF_BUILTIN() local
206 ValidateAtomicIndex(array, index_word32, context); in TF_BUILTIN()
207 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN()
213 DebugSanityCheckAtomicIndex(array, index_word32, context); in TF_BUILTIN()
258 Node* index_word32 = in TF_BUILTIN() local
260 ValidateAtomicIndex(array, index_word32, context); in TF_BUILTIN()
265 DebugSanityCheckAtomicIndex(array, index_word32, context); in TF_BUILTIN()
272 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN()
332 Node* index_word32 = in TF_BUILTIN() local
334 ValidateAtomicIndex(array, index_word32, context); in TF_BUILTIN()
340 DebugSanityCheckAtomicIndex(array, index_word32, context); in TF_BUILTIN()
348 Node* index_word = ChangeUint32ToWord(index_word32); in TF_BUILTIN()
428 Node* index_word32 = in BINOP_BUILTIN() local
430 ValidateAtomicIndex(array, index_word32, context); in BINOP_BUILTIN()
439 ValidateAtomicIndex(array, index_word32, context); in BINOP_BUILTIN()
447 Node* index_word = ChangeUint32ToWord(index_word32); in BINOP_BUILTIN()