Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dfpsimd.c621 static __uint128_t arm64_cpu_to_le128(__uint128_t x) in arm64_cpu_to_le128() function
629 static __uint128_t arm64_cpu_to_le128(__uint128_t x) in arm64_cpu_to_le128() function
635 #define arm64_le128_to_cpu(x) arm64_cpu_to_le128(x)
645 *p = arm64_cpu_to_le128(fst->vregs[i]); in __fpsimd_to_sve()
/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()