Searched refs:store_word (Results 1 – 4 of 4) sorted by relevance
23 if (store_word)24 StoreIfNotYetStored(sp, &store_word);36 StoreIfNotYetStored(sp, &store_word);42 StoreIfNotYetStored(sp, &store_word);
591 u64 store_word = cur.raw(); in MemoryAccessImpl1() local625 if (LIKELY(store_word == 0)) in MemoryAccessImpl1()628 StoreShadow(shadow_mem + (cur.epoch() % kShadowCnt), store_word); in MemoryAccessImpl1()
57 define void @store_word(%struct.b* %ctx, i32 %xor72, i32 %val) nounwind {58 ; CHECK-LABEL: store_word: