Home
last modified time | relevance | path

Searched refs:w0_3 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dneon-crypto.c44 uint32x4_t test_vsha1su1q_u32(uint32x4_t w0_3, uint32x4_t w12_15) { in test_vsha1su1q_u32() argument
46 return vsha1su1q_u32(w0_3, w12_15); in test_vsha1su1q_u32()
50 uint32x4_t test_vsha256su0q_u32(uint32x4_t w0_3, uint32x4_t w4_7) { in test_vsha256su0q_u32() argument
52 return vsha256su0q_u32(w0_3, w4_7); in test_vsha256su0q_u32()
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()
Darm64_crypto.c83 uint32x4_t test_sha256su0(uint32x4_t w0_3, uint32x4_t w4_7) { in test_sha256su0() argument
86 return vsha256su0q_u32(w0_3, w4_7); in test_sha256su0()
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/
Darm64-crypto.ll105 declare <4 x i32> @llvm.aarch64.crypto.sha256su0(<4 x i32> %w0_3, <4 x i32> %w4_7)
106 declare <4 x i32> @llvm.aarch64.crypto.sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> %w12_…
123 define <4 x i32> @test_sha256su0(<4 x i32> %w0_3, <4 x i32> %w4_7) {
126 %res = call <4 x i32> @llvm.aarch64.crypto.sha256su0(<4 x i32> %w0_3, <4 x i32> %w4_7)
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> …