Lines Matching refs:ctx
228 libc_feholdsetround_aarch64_ctx (struct rm_ctx *ctx, int r) in libc_feholdsetround_aarch64_ctx() argument
234 ctx->env.__fpcr = fpcr; in libc_feholdsetround_aarch64_ctx()
238 ctx->updated_status = round != 0; in libc_feholdsetround_aarch64_ctx()
250 libc_feresetround_aarch64_ctx (struct rm_ctx *ctx) in libc_feresetround_aarch64_ctx() argument
253 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_aarch64_ctx()
254 _FPU_SETCW (ctx->env.__fpcr); in libc_feresetround_aarch64_ctx()
262 libc_feholdsetround_noex_aarch64_ctx (struct rm_ctx *ctx, int r) in libc_feholdsetround_noex_aarch64_ctx() argument
270 ctx->env.__fpcr = fpcr; in libc_feholdsetround_noex_aarch64_ctx()
271 ctx->env.__fpsr = fpsr; in libc_feholdsetround_noex_aarch64_ctx()
275 ctx->updated_status = round != 0; in libc_feholdsetround_noex_aarch64_ctx()
287 libc_feresetround_noex_aarch64_ctx (struct rm_ctx *ctx) in libc_feresetround_noex_aarch64_ctx() argument
290 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_noex_aarch64_ctx()
291 _FPU_SETCW (ctx->env.__fpcr); in libc_feresetround_noex_aarch64_ctx()
294 _FPU_SETFPSR (ctx->env.__fpsr); in libc_feresetround_noex_aarch64_ctx()