Home
last modified time | relevance | path

Searched refs:w12_15 (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()
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.c89 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.ll106 …lare <4 x i32> @llvm.aarch64.crypto.sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> %w12_15)
130 define <4 x i32> @test_sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> %w12_15) {
133 …call <4 x i32> @llvm.aarch64.crypto.sha256su1(<4 x i32> %w0_3, <4 x i32> %w8_11, <4 x i32> %w12_15)