Home
last modified time | relevance | path

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

/linux-6.6.21/arch/m68k/fpsp040/
Dslogn.S324 |--FPCR SAVED AND CLEARED, INPUT IS 2^(ADJK)*FP0, FP0 CONTAINS
375 fmovemx %fp2-%fp2/%fp3,-(%sp) | ...SAVE FP2 WHILE FP0 IS NOT READY
376 |--SUMMARY: FP0 IS Y-F, A0 IS ADDRESS OF 1/F, FP1 IS K
381 fmulx (%a0),%fp0 | ...FP0 IS U = (Y-F)/F
382 fmulx LOGOF2,%fp1 | ...GET K*LOG2 WHILE FP0 IS NOT READY
415 faddx %fp1,%fp0 | ...FP0 IS LOG(F) + LOG(1+U)
423 |--REGISTERS SAVED: FPCR, FP1. FP0 CONTAINS THE INPUT.
426 fadds one,%fp0 | ...FP0 IS X+1
429 |--IN U, U = 2(X-1)/(X+1) = FP1/FP0
440 fmulx %fp0,%fp0 | ...FP0 IS V
[all …]
Dsatan.S287 fsubx X(%a6),%fp0 | ...FP0 IS X-F
289 fdivx %fp1,%fp0 | ...FP0 IS U = (X-F)/(1+X*F)
316 |--U IN FP0, WE ARE NOW READY TO COMPUTE ATAN(U) AS
342 |--FP0 IS X AND |X| <= 1/16 OR |X| >= 16.
356 fmulx %fp0,%fp0 | ...FP0 IS Y = X*X
419 fmulx %fp0,%fp0 | ...FP0 IS Y = X'*X'
Dstanh.S103 fmovex X(%a6),%fp0 | ...FP0 IS Y = 2|X|
108 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
144 bsr setox | ...FP0 IS EXP(Y)
Dssin.S218 fsubs (%a1),%fp0 | ...FP0 IS R = (X-Y1)-Y2
296 fmulx %fp0,%fp0 | ...FP0 IS S
297 |---HIDE THE NEXT TWO WHILE WAITING FOR FP0
300 |--FP0 IS NOW READY
493 fsubx %fp3,%fp0 | ...FP0 is A := R - P
501 faddx %fp1,%fp0 | ...FP0 is R := A+a
571 fsubs (%a1),%fp0 | ...FP0 IS R = (X-Y1)-Y2
587 fmulx %fp0,%fp0 | ...FP0 IS S = R*R
664 fmulx %fp0,%fp0 | ...FP0 IS S = R*R
Ddecbin.S5 | register A6 to extended-precision value in FP0.
31 | adds and muls in FP0. Set the sign according to SM.
58 | mantissa in FP0 by the factor in FP1 if the adjusted
59 | exponent sign is positive, and dividing FP0 by FP1 if
Dstan.S204 fsubs (%a1),%fp0 | ...FP0 IS R = (X-Y1)-Y2
340 |--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
342 |--Intermediate remainder is 66-bit long; (R,r) in (FP0,FP1)
Dscosh.S96 bsr setox | ...FP0 IS EXP(|X|)
Dssinh.S93 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
Dstwotox.S384 |--FP0 IS R. THE FOLLOWING CODE COMPUTES
Dfpsp.h87 .set USER_FP0,LV+16 | saved user FP0
/linux-6.6.21/arch/m68k/ifpsp060/src/
Dfplsp.S610 # Result is now in FP0
668 # Result is now in FP0
726 # Result is now in FP0
787 # Result is now in FP0
845 # Result is now in FP0
903 # Result is now in FP0
964 # Result is now in FP0
1022 # Result is now in FP0
1080 # Result is now in FP0
1141 # Result is now in FP0
[all …]
Dfpsp.S5192 fmul.x %fp0,%fp0 # FP0 IS S
5378 fsub.s (%a1),%fp0 # FP0 IS R = (X-Y1)-Y2
5393 fmul.x %fp0,%fp0 # FP0 IS S = R*R
5467 fmul.x %fp0,%fp0 # FP0 IS S = R*R
5605 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
5607 #--Intermeditate remainder is 66-bit long; (R,r) in (FP0,FP1)
6393 fsub.x X(%a6),%fp0 # FP0 IS X-F
6395 fdiv.x %fp1,%fp0 # FP0 IS U = (X-F)/(1+X*F)
6422 #--U IN FP0, WE ARE NOW READY TO COMPUTE ATAN(U) AS
6451 #--FP0 IS X AND |X| <= 1/16 OR |X| >= 16.
[all …]
Dpfpsp.S4325 tst.b %d1 # should FP0 be moved?
4420 tst.b %d1 # should FP0 be moved?
/linux-6.6.21/tools/perf/arch/s390/util/
Dunwind-libdw.c43 dwarf_regs[16] = REG(FP0); in libdw__arch_set_initial_registers()
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dpll.c1595 intel_de_write(dev_priv, FP0(pipe), crtc_state->dpll_hw_state.fp0); in i9xx_enable_pll()
Dintel_display.c2986 FP0(crtc->pipe)); in i9xx_get_pipe_config()
7924 intel_de_write(dev_priv, FP0(pipe), fp); in i830_enable_pipe()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_reg.h1559 #define FP0(pipe) _MMIO_PIPE(pipe, _FPA0, _FPB0) macro