Home
last modified time | relevance | path

Searched refs:zm64 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/math-emu/
A Dsp_maddf.c22 u64 zm64; in _sp_maddf() local
183 assert(zm64 & (1 << 62)); in _sp_maddf()
198 zm64 = XSPSRS64(zm64, s); in _sp_maddf()
210 zm64 = zm64 + rm64; in _sp_maddf()
212 zm64 = XSPSRS1(zm64); in _sp_maddf()
216 if (zm64 >= rm64) { in _sp_maddf()
217 zm64 = zm64 - rm64; in _sp_maddf()
219 zm64 = rm64 - zm64; in _sp_maddf()
222 if (zm64 == 0) in _sp_maddf()
228 while ((zm64 >> 62) == 0) { in _sp_maddf()
[all …]

Completed in 3 milliseconds