Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dneon-crypto.c50 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()
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()
/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)
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)