Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c246 static rtx not_a_num; variable
1102 pat = gen_rtx_SET (VOIDmode, dest, not_a_num); in move_nan_for_stack_reg()
2590 not_a_num); in convert_regs_entry()
2915 set = gen_rtx_SET (VOIDmode, FP_MODE_REG (reg, SFmode), not_a_num); in convert_regs_1()
3142 not_a_num = CONST0_RTX (SFmode); in reg_to_stack()
3145 not_a_num = gen_lowpart (SFmode, GEN_INT (0x7fc00000)); in reg_to_stack()
3146 not_a_num = force_const_mem (SFmode, not_a_num); in reg_to_stack()