Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c8 #define FPCR_DYN_CHOPPED (0UL << FPCR_DYN_SHIFT) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dsfp-machine.h65 #define FP_RND_ZERO (FPCR_DYN_CHOPPED >> FPCR_DYN_SHIFT)
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h26 #define FPCR_DYN_CHOPPED (0x0UL << FPCR_DYN_SHIFT) /* towards 0 */ macro
/openbmc/qemu/target/alpha/
H A Dcpu.h132 #define FPCR_DYN_CHOPPED (0U << FPCR_DYN_SHIFT) macro
H A Dhelper.c42 [FPCR_DYN_CHOPPED >> FPCR_DYN_SHIFT] = float_round_to_zero, in cpu_alpha_store_fpcr()