Searched refs:w8_11 (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | neon-crypto.c | 74 uint32x4_t test_vsha1su0q_u32(uint32x4_t w0_3, uint32x4_t w4_7, uint32x4_t w8_11) { in test_vsha1su0q_u32() argument 76 return vsha1su0q_u32(w0_3, w4_7, w8_11); in test_vsha1su0q_u32() 92 uint32x4_t test_vsha256su1q_u32(uint32x4_t w0_3, uint32x4_t w8_11, uint32x4_t w12_15) { in test_vsha256su1q_u32() argument 94 return vsha256su1q_u32(w0_3, w8_11, w12_15); in test_vsha256su1q_u32()
|
D | arm64_crypto.c | 89 uint32x4_t test_sha256su1(uint32x4_t w0_3, uint32x4_t w8_11, uint32x4_t w12_15) { in test_sha256su1() argument 92 return vsha256su1q_u32(w0_3, w8_11, w12_15); in test_sha256su1()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-crypto.ll | 106 declare <4 x i32> @llvm.aarch64.crypto.sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> %w12_… 130 define <4 x i32> @test_sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> %w12_15) { 133 …%res = call <4 x i32> @llvm.aarch64.crypto.sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> …
|