Max Shvetsov | 959be33 | 2021-03-16 14:18:13 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2021, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef SVE_H | ||||
8 | #define SVE_H | ||||
9 | |||||
10 | #define fill_sve_helper(num) "ldr z"#num", [%0, #"#num", MUL VL];" | ||||
11 | #define read_sve_helper(num) "str z"#num", [%0, #"#num", MUL VL];" | ||||
12 | |||||
13 | #endif /* SVE_H */ |