glibc/sysdeps/i386/fpu
Uros Bizjak 3014dec3ad x86: Remove obsolete "*&" GCC asm memory operand workaround
GCC now accept plain variable names as valid lvalues for "m"
constraints, automatically spilling locals to memory if necessary.
The long-standing "*&" pattern was originally used as a defensive
workaround for older compiler versions that rejected operands
such as:

     asm ("incl %0" : "+m"(x));

with errors like "memory input is not directly addressable".

Modern compilers (GCC >= 9) reliably generate correct code
without the workaround, and the resulting assembly is identical.

No functional changes intended.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2025-09-22 17:33:25 +02:00
..
Implies
Versions
doasin.c
e_acos.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_acosh.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_acoshl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_acosl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_asin.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atan2.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atan2l.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atanh.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_atanhl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_exp.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp2.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp2l.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp10.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp10l.S
e_exp_data.c
e_expl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_fmod.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_fmodf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_fmodl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_hypot.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_ilogbl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log2.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log2_data.c
e_log2l.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log10.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log10l.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log_data.c
e_logl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_pow.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_pow_log_data.c
e_powl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_remainder.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_remainderf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_remainderl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_scalb.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_scalbf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_scalbl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_sqrt.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_sqrtf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
fclrexcpt.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fedisblxcpt.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
feenablxcpt.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fegetenv.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fegetexcept.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fegetmode.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fegetround.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
feholdexcpt.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fesetenv.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fesetexcept.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fesetmode.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fesetround.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
feupdateenv.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fgetexcptflg.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fraiseexcpt.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
fsetexcptflg.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
ftestexcept.c x86: Remove obsolete "*&" GCC asm memory operand workaround 2025-09-22 17:33:25 +02:00
i386-math-asm.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libm-test-ulps math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
math-tests-snan.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
math-tests-trap-force.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mpatan.c
mpatan2.c
mpsqrt.c
s_asinh.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_asinhl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_atan.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_atanl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_cbrt.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_cbrtf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_cbrtl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_ceil.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_ceilf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_expm1.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_expm1l.S
s_f32xaddf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_f32xdivf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_f32xmulf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_f32xsubf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fdim.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_finite.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_finitef.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_finitel.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_floor.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_floorf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmax.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmaxf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmaxl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmin.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fminf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fminl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_frexp.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_frexpf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_frexpl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_isinfl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_llrint.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_llrintf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_llrintl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_log1p.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_log1pl.S x86: Remove .tfloat usage 2022-10-03 14:03:21 -03:00
s_logb.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_logbf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_logbl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_lrint.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_lrintf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_lrintl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_nearbyint.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyintl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nextafterl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nexttoward.c
s_nexttowardf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_remquo.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_remquof.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_remquol.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rint.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rintl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbln.c
s_scalblnf.c
s_scalblnl.c
s_scalbn.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbnf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbnl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_significand.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_significandf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_significandl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_trunc.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_truncf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
w_exp.c
w_exp2.c
w_exp10_compat.c math: Fix i386 and m68k exp10 on static build (BZ 31775) 2024-05-21 13:44:22 -03:00
w_fmod_compat.c math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) 2024-05-21 13:43:39 -03:00
w_fmodf_compat.c math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) 2024-05-21 13:43:39 -03:00
w_log.c
w_log2.c
w_pow.c
w_sqrt.c Add narrowing square root functions 2021-09-10 20:56:22 +00:00
w_sqrt_compat.c Add narrowing square root functions 2021-09-10 20:56:22 +00:00