Searched refs:z1Ptr (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/arm/nwfpe/ |
D | softfloat-macros | 94 pointed to by `z1Ptr'. The value of `count' can be arbitrarily large. 100 described above, and is returned at the location pointed to by `z1Ptr'.) 105 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 127 *z1Ptr = z1; 138 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 143 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 160 *z1Ptr = z1; 174 the locations pointed to by `z0Ptr' and `z1Ptr'. 179 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 204 *z1Ptr = z1; [all …]
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 91 bits64 * z1Ptr); 93 bits64 * z1Ptr); 94 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr); 639 bits64 * z1Ptr) in add128() argument 644 *z1Ptr = z1; in add128() 650 bits64 * z1Ptr) in sub128() argument 652 *z1Ptr = a1 - b1; in sub128() 682 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr) in mul64To128() argument 700 *z1Ptr = z1; in mul64To128()
|