Home
last modified time | relevance | path

Searched refs:store16 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c108 store16( &P->xof_length, 0 ); in blake2s_init()
131 store16( &P->xof_length, 0 ); in blake2s_init_key()
H A Darchive_blake2sp_ref.c54 store16( &P->xof_length, 0 ); in blake2sp_init_leaf()
71 store16( &P->xof_length, 0 ); in blake2sp_init_root()
H A Darchive_blake2_impl.h81 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td170 defm STORE16_I32 : WebAssemblyStore<I32, "i32.store16", 0x3b>;
172 defm STORE16_I64 : WebAssemblyStore<I64, "i64.store16", 0x3d>;
H A DWebAssemblyInstrAtomics.td214 defm ATOMIC_STORE16_I32 : AtomicStore<I32, "i32.atomic.store16", 0x1a>;
216 defm ATOMIC_STORE16_I64 : AtomicStore<I64, "i64.atomic.store16", 0x1c>;