Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c4 #define FPCR_INED (1UL << 62) macro
29 unsigned long reset = (FPCR_INED | FPCR_UNFD | FPCR_OVFD | FPCR_DZED | in test_cvttq()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h22 #define FPCR_INED (1UL<<62) /* inexact disable (opt.) */ macro
/openbmc/qemu/target/alpha/
H A Dcpu.c205 | FPCR_UNFD | FPCR_INED | FPCR_DNOD in alpha_cpu_initfn()
H A Dcpu.h128 #define FPCR_INED (1U << (62 - 32)) macro
H A Dhelper.c71 t |= CONVERT_BIT(fpcr, FPCR_INED, FPCR_INE); in cpu_alpha_store_fpcr()