Searched refs:zPtr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 128 static inline void shift32RightJamming(uint32_t a, int count, uint32_t *zPtr) in shift32RightJamming() argument 141 *zPtr = z; in shift32RightJamming() 154 static inline void shift64RightJamming(uint64_t a, int count, uint64_t *zPtr) in shift64RightJamming() argument 167 *zPtr = z; in shift64RightJamming()
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr); 80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr); 149 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr) in shift64RightJamming() argument 160 *zPtr = z; in shift64RightJamming() 347 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr) in shift32RightJamming() argument 357 *zPtr = z; in shift32RightJamming()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat-macros | 39 The result is stored in the location pointed to by `zPtr'. 42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr ) 54 *zPtr = z; 64 The result is stored in the location pointed to by `zPtr'. 67 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr ) 82 *zPtr = z;
|