Searched refs:z1Ptr (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/lib/libkern/ |
| D | softfloat-macros.h | 98 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) in shift64ExtraRightJamming() argument 120 *z1Ptr = z1; in shift64ExtraRightJamming() 135 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) in shift128Right() argument 152 *z1Ptr = z1; in shift128Right() 170 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) in shift128RightJamming() argument 195 *z1Ptr = z1; in shift128RightJamming() 226 bits64 *z1Ptr, in shift128ExtraRightJamming() argument 265 *z1Ptr = z1; in shift128ExtraRightJamming() 279 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) in shortShift128Left() argument 282 *z1Ptr = a1<<count; in shortShift128Left() [all …]
|
| /netbsd/src/lib/libc/softfloat/bits32/ |
| D | softfloat-macros | 65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr ) 87 *z1Ptr = z1; 101 the locations pointed to by `z0Ptr' and `z1Ptr'. 106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr ) 131 *z1Ptr = z1; 141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 151 by `z0Ptr' and `z1Ptr'. The fractional part of the result may be slightly 163 bits32 *z1Ptr, 202 *z1Ptr = z1; [all …]
|
| /netbsd/src/lib/libc/softfloat/bits64/ |
| D | softfloat-macros | 96 pointed to by `z1Ptr'. The value of `count' can be arbitrarily large. 102 described above, and is returned at the location pointed to by `z1Ptr'.) 107 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 129 *z1Ptr = z1; 140 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 145 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 162 *z1Ptr = z1; 176 the locations pointed to by `z0Ptr' and `z1Ptr'. 181 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 206 *z1Ptr = z1; [all …]
|