Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c636 static __uint128_t arm64_cpu_to_le128(__uint128_t x) in arm64_cpu_to_le128() function
644 static __uint128_t arm64_cpu_to_le128(__uint128_t x) in arm64_cpu_to_le128() function
650 #define arm64_le128_to_cpu(x) arm64_cpu_to_le128(x)
660 *p = arm64_cpu_to_le128(fst->vregs[i]); in __fpsimd_to_sve()