blob: 278dcf34344beef9a0c4769a5054b8ca9aec2e7e [file] [log] [blame]
Max Shvetsov959be332021-03-16 14:18:13 +00001/*
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 */