Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c41 block_words[0] = load32(block + 4 * 0); in compress_pre()
42 block_words[1] = load32(block + 4 * 1); in compress_pre()
43 block_words[2] = load32(block + 4 * 2); in compress_pre()
44 block_words[3] = load32(block + 4 * 3); in compress_pre()
45 block_words[4] = load32(block + 4 * 4); in compress_pre()
46 block_words[5] = load32(block + 4 * 5); in compress_pre()
47 block_words[6] = load32(block + 4 * 6); in compress_pre()
48 block_words[7] = load32(block + 4 * 7); in compress_pre()
49 block_words[8] = load32(block + 4 * 8); in compress_pre()
50 block_words[9] = load32(block + 4 * 9); in compress_pre()
[all …]
H A Dblake3_impl.h156 INLINE uint32_t load32(const void *src) { in load32() function
164 key_words[0] = load32(&key[0 * 4]); in load_key_words()
165 key_words[1] = load32(&key[1 * 4]); in load_key_words()
166 key_words[2] = load32(&key[2 * 4]); in load_key_words()
167 key_words[3] = load32(&key[3 * 4]); in load_key_words()
168 key_words[4] = load32(&key[4 * 4]); in load_key_words()
169 key_words[5] = load32(&key[5 * 4]); in load_key_words()
170 key_words[6] = load32(&key[6 * 4]); in load_key_words()
171 key_words[7] = load32(&key[7 * 4]); in load_key_words()
/llvm-project-15.0.7/libc/AOR_v20.02/networking/
H A Dchksum.c25 sum = load32(ptr32) & mask; in slurp_head32()
51 uint64_t h0 = load32(cptr + 0); in __chksum()
52 uint64_t h1 = load32(cptr + 4); in __chksum()
53 uint64_t h2 = load32(cptr + 8); in __chksum()
54 uint64_t h3 = load32(cptr + 12); in __chksum()
64 sum += load32(cptr); in __chksum()
H A Dchksum_common.h62 uint32_t load32(const void *ptr) in load32() function
89 sum += load32(cptr); in slurp_small()
/llvm-project-15.0.7/llvm/test/CodeGen/XCore/
H A Dload.ll3 define i32 @load32(i32* %p, i32 %offset) nounwind {
5 ; CHECK-LABEL: load32:
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dthumbv6m-atomic32.ll5 define i32 @load32(ptr %p) {
6 ; NO-ATOMIC32-LABEL: load32:
14 ; ATOMIC32-LABEL: load32:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvsx-infl-copy1.ll33 %wide.load32 = load <4 x i32>, <4 x i32>* null, align 4
98 %34 = add <4 x i32> %wide.load32, %vec.phi21
/llvm-project-15.0.7/llvm/test/CodeGen/ARC/
H A Dldst.ll3 ; CHECK-LABEL: load32
6 define i32 @load32(i32* %bp) nounwind {
/llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/
H A Dload.ll58 define i32 @load32(i32* %p) {
59 ; CHECK-LABEL: @load32.dfsan
H A Dorigin_load.ll125 define i32 @load32(i32* %p) {
126 ; CHECK-LABEL: @load32.dfsan
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dmve-nounrolledremainder.ll82 …%wide.masked.load32 = call <8 x half> @llvm.masked.load.v8f16.p0v8f16(<8 x half>* %1, i32 2, <8 x …
83 %2 = fadd fast <8 x half> %wide.masked.load32, %wide.masked.load