Home
last modified time | relevance | path

Searched defs:store_word (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_access.cpp182 u64 store_word = cur.raw(); in MemoryAccessImpl1() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc640 u64 store_word = cur.raw(); in MemoryAccessImpl1() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc644 u64 store_word = cur.raw(); in MemoryAccessImpl1() local
/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c591 store_word(struct X86EMU *emu, uint32_t segment, uint32_t offset, uint16_t val) in store_word() function