Searched refs:resl (Results 1 – 1 of 1) sorted by relevance
/arch/arm/vfp/ |
D | vfp.h | 47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() argument 57 *resl = nl; in add128() 60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() argument 70 *resl = nl; in sub128() 73 static inline void mul64to128(u64 *resh, u64 *resl, u64 n, u64 m) in mul64to128() argument 96 *resl = rl; in mul64to128() 100 static inline void shift64left(u64 *resh, u64 *resl, u64 n) in shift64left() argument 103 *resl = n << 1; in shift64left()
|