Home
last modified time | relevance | path

Searched refs:store32 (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/
Dstore.ll3 define void @store32(i32* %p, i32 %offset, i32 %val) nounwind {
5 ; CHECK-LABEL: store32:
D2009-07-15-store192.ll2 define void @store32(i8* %p) nounwind {
/external/llvm/test/CodeGen/XCore/
Dstore.ll3 define void @store32(i32* %p, i32 %offset, i32 %val) nounwind {
5 ; CHECK-LABEL: store32:
D2009-07-15-store192.ll2 define void @store32(i8* %p) nounwind {
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-ref.c105 store32( &P->leaf_length, leaf_length ); in blake2s_param_set_leaf_length()
177 store32( &P->leaf_length, 0 ); in blake2s_init()
199 store32( &P->leaf_length, 0 ); in blake2s_init_key()
337 store32( buffer + sizeof( S->h[i] ) * i, S->h[i] ); in blake2s_final()
Dblake2b-ref.c112 store32( &P->leaf_length, leaf_length ); in blake2b_param_set_leaf_length()
183 store32( &P->leaf_length, 0 ); in blake2b_init()
206 store32( &P->leaf_length, 0 ); in blake2b_init_key()
Dblake2-impl.h58 BLAKE2_LOCAL_INLINE(void) store32( void *dst, uint32_t w ) in store32() function
Dblake2s.c360 store32( buffer + sizeof( S->h[i] ) * i, S->h[i] ); in blake2s_final()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/
Dstore.ll79 define void @store32(i32 %v, i32* %p) {
80 ; NO_COMBINE_PTR_LABEL: @"dfs$store32"
96 ; COMBINE_PTR_LABEL: @"dfs$store32"
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dstore.ll79 define void @store32(i32 %v, i32* %p) {
80 ; NO_COMBINE_PTR_LABEL: @"dfs$store32"
96 ; COMBINE_PTR_LABEL: @"dfs$store32"
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
D2009-07-15-store192.ll2 define void @store32(i8* %p) nounwind {
Dstore.ll9 define void @store32(i32* %p, i32 %offset, i32 %val) nounwind {
/external/llvm/test/CodeGen/WebAssembly/
Di64-load-store-alignment.ll289 ; CHECK-NEXT: i64.store32 $drop=, 0($0):p2align=0, $1{{$}}
299 ; CHECK-NEXT: i64.store32 $drop=, 0($0):p2align=1, $1{{$}}
309 ; CHECK-NEXT: i64.store32 $drop=, 0($0), $1{{$}}
319 ; CHECK-NEXT: i64.store32 $drop=, 0($0), $1{{$}}
Dstore-trunc.ll41 ; CHECK: i64.store32 $drop=, 0($0), $1{{$}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Di64-load-store-alignment.ll299 ; CHECK-NEXT: i64.store32 0($0):p2align=0, $1{{$}}
309 ; CHECK-NEXT: i64.store32 0($0):p2align=1, $1{{$}}
319 ; CHECK-NEXT: i64.store32 0($0), $1{{$}}
329 ; CHECK-NEXT: i64.store32 0($0), $1{{$}}
Dstore-trunc.ll41 ; CHECK: i64.store32 0($0), $1{{$}}
Dstore-trunc-atomic.ll41 ; CHECK: i64.atomic.store32 0($0), $1{{$}}
Doffset.ll557 ; CHECK: i64.store32 24($0), $1{{$}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARC/
Dldst.ll77 ; CHECK-LABEL: store32
82 define void @store32(i32 %val, i32* %bp) nounwind {
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c167 store32(&(self->param.leaf_length), leaf_size); in py_blake2b_new_impl()
Dblake2s_impl.c167 store32(&(self->param.leaf_length), leaf_size); in py_blake2s_new_impl()
/external/llvm/test/CodeGen/AArch64/
Darm64-indexed-memory.ll14 define void @store32(i32** nocapture %out, i32 %index, i32 %spacing) nounwind noinline ssp {
15 ; CHECK-LABEL: store32:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-indexed-memory.ll31 define i32* @store32(i32* %ptr, i32 %index, i32 %spacing) {
32 ; CHECK-LABEL: store32:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrMemory.td398 defm STORE32_I64 : WebAssemblyStore<I64, "i64.store32", 0x3e>;
DWebAssemblyInstrAtomics.td263 defm ATOMIC_STORE32_I64 : WebAssemblyStore<I64, "i64.atomic.store32", 0xfe1d>;

12