Searched refs:store16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_blake2s_ref.c | 108 store16( &P->xof_length, 0 ); in blake2s_init() 131 store16( &P->xof_length, 0 ); in blake2s_init_key()
|
H A D | archive_blake2sp_ref.c | 54 store16( &P->xof_length, 0 ); in blake2sp_init_leaf() 71 store16( &P->xof_length, 0 ); in blake2sp_init_root()
|
H A D | archive_blake2_impl.h | 81 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrMemory.td | 170 defm STORE16_I32 : WebAssemblyStore<I32, "i32.store16", 0x3b>; 172 defm STORE16_I64 : WebAssemblyStore<I64, "i64.store16", 0x3d>;
|
H A D | WebAssemblyInstrAtomics.td | 214 defm ATOMIC_STORE16_I32 : AtomicStore<I32, "i32.atomic.store16", 0x1a>; 216 defm ATOMIC_STORE16_I64 : AtomicStore<I64, "i64.atomic.store16", 0x1c>;
|