Searched refs:z1Ptr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 190 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift64ExtraRightJamming() argument 212 *z1Ptr = z1; in shift64ExtraRightJamming() 227 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift128Right() argument 244 *z1Ptr = z1; in shift128Right() 262 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift128RightJamming() argument 287 *z1Ptr = z1; in shift128RightJamming() 318 uint64_t *z1Ptr, in shift128ExtraRightJamming() argument 357 *z1Ptr = z1; in shift128ExtraRightJamming() 370 uint64_t *z0Ptr, uint64_t *z1Ptr) in shortShift128Left() argument 372 *z1Ptr = a1 << count; in shortShift128Left() [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A 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 …]
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A 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()
|