Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c116 static __uint128_t arm64_cpu_to_le128(__uint128_t x) in arm64_cpu_to_le128() function
124 static __uint128_t arm64_cpu_to_le128(__uint128_t x) in arm64_cpu_to_le128() function
130 #define arm64_le128_to_cpu(x) arm64_cpu_to_le128(x)
900 *p = arm64_cpu_to_le128(v[i]); in fpsimd_to_sve()