Home
last modified time | relevance | path

Searched refs:load32 (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm.c130 static uint32_t load32(uint8_t *t) { in load32() function
151 r->v[0] = 0x3ffffff & load32(t); in fe1305x2_frombytearray()
152 r->v[2] = 0x3ffffff & (load32(t + 3) >> 2); in fe1305x2_frombytearray()
153 r->v[4] = 0x3ffffff & (load32(t + 6) >> 4); in fe1305x2_frombytearray()
154 r->v[6] = 0x3ffffff & (load32(t + 9) >> 6); in fe1305x2_frombytearray()
155 r->v[8] = load32(t + 13); in fe1305x2_frombytearray()
166 r->v[1] = 0x3ffffff & load32(t); in fe1305x2_frombytearray()
167 r->v[3] = 0x3ffffff & (load32(t + 3) >> 2); in fe1305x2_frombytearray()
168 r->v[5] = 0x3ffffff & (load32(t + 6) >> 4); in fe1305x2_frombytearray()
169 r->v[7] = 0x3ffffff & (load32(t + 9) >> 6); in fe1305x2_frombytearray()
[all …]
/external/llvm/test/CodeGen/XCore/
Dload.ll3 define i32 @load32(i32* %p, i32 %offset) nounwind {
5 ; CHECK-LABEL: load32:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/
Dload.ll3 define i32 @load32(i32* %p, i32 %offset) nounwind {
5 ; CHECK-LABEL: load32:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/
Dload.ll81 define i32 @load32(i32* %p) {
82 ; COMBINE_PTR_LABEL: @"dfs$load32"
101 ; NO_COMBINE_PTR_LABEL: @"dfs$load32"
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dload.ll81 define i32 @load32(i32* %p) {
82 ; COMBINE_PTR_LABEL: @"dfs$load32"
101 ; NO_COMBINE_PTR_LABEL: @"dfs$load32"
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dload.ll11 define i32 @load32(i32* %p, i32 %offset) nounwind {
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-ref.c159 S->h[i] ^= load32( &p[i] ); in blake2s_init_param()
226 m[i] = load32( block + i * sizeof( m[i] ) ); in blake2s_compress()
Dblake2-impl.h22 BLAKE2_LOCAL_INLINE(uint32_t) load32( const void *src ) in load32() function
/external/llvm/test/CodeGen/PowerPC/
Dvsx-infl-copy1.ll29 %wide.load32 = load <4 x i32>, <4 x i32>* null, align 4
94 %34 = add <4 x i32> %wide.load32, %vec.phi21
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dvsx-infl-copy1.ll37 %wide.load32 = load <4 x i32>, <4 x i32>* null, align 4
102 %34 = add <4 x i32> %wide.load32, %vec.phi21
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARC/
Dldst.ll3 ; CHECK-LABEL: load32
6 define i32 @load32(i32* %bp) nounwind {