summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/aarch64/crypto.s
blob: 7e4df534b9a857aa2fc0f90680106b0571f6bf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* crypto.s Test file for AArch64 Advanced-SIMD Crypto instructions.

   Copyright (C) 2012-2017 Free Software Foundation, Inc.  Contributed by ARM Ltd.

   This file is part of GAS.

   GAS is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the license, or
   (at your option) any later version.

   GAS is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; see the file COPYING3. If not,
   see <http://www.gnu.org/licenses/>.  */


	.text
	.ifdef DIRECTIVE
	.arch_extension crypto
	.endif

	aese	v7.16b, v31.16b
	aesd	v7.16b, v31.16b
	aesmc	v7.16b, v31.16b
	aesimc	v7.16b, v31.16b

	sha1h	s7, s31
	sha1su1	v7.4s, v31.4s
	sha256su0	v7.4s, v31.4s

	sha1c	q7, s15, v31.4s
	sha1p	q7, s15, v31.4s
	sha1m	q7, s15, v31.4s

	sha1su0	v7.4s, v15.4s, v31.4s
	sha256h	q7, q15, v31.4s
	sha256h2	q7, q15, v31.4s
	sha256su1	v7.4s, v15.4s, v31.4s

	pmull	v7.8h, v15.8b, v31.8b
	pmull	v7.1q, v15.1d, v31.1d
	pmull2	v7.8h, v15.16b, v31.16b
	pmull2	v7.1q, v15.2d, v31.2d

	.arch_extension nocrypto