Searched refs:FPCR_INV (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/tcg/alpha/ |
H A D | test-cvttq.c | 18 #define FPCR_INV (1UL << 52) macro 25 | FPCR_OVF | FPCR_DZE | FPCR_INV) 62 { __builtin_inf(), 0, FPCR_INV }, in main() 63 { __builtin_nan(""), 0, FPCR_INV }, in main()
|
/qemu/target/alpha/ |
H A D | fpu_helper.c | 49 ret |= CONVERT_BIT(exc, float_flag_invalid, FPCR_INV); in soft_to_fpcr_exc() 62 hw_exc |= CONVERT_BIT(exc, FPCR_INV, EXC_M_INV); in fp_exc_raise1() 123 env->fpcr |= FPCR_INV; in helper_ieee_input() 141 env->fpcr |= FPCR_INV; in helper_ieee_input_cmp() 471 exc = FPCR_INV; in do_cvttq() 476 exc = FPCR_INV; in do_cvttq()
|
H A D | cpu.h | 142 #define FPCR_INV (1U << (52 - 32)) macro 149 | FPCR_OVF | FPCR_DZE | FPCR_INV)
|
H A D | helper.c | 75 t |= CONVERT_BIT(fpcr, FPCR_INVD, FPCR_INV); in cpu_alpha_store_fpcr()
|