Searched defs:add128 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | int_helper.c | 279 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in add128() function
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfp.h | 44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() function
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 438 static inline void add128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, in add128() function
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128() function
|