Searched refs:zPtr (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ |
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()
|
/linux-2.6.39/arch/arm/nwfpe/ |
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;
|