Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreg-stack.cc247 static rtx not_a_num; variable
1215 pat = gen_rtx_SET (dest, not_a_num); in move_nan_for_stack_reg()
2589 emit_insn_before (gen_rtx_SET (FP_MODE_REG (i, SFmode), not_a_num), in change_stack()
2825 not_a_num); in convert_regs_entry()
3186 set = gen_rtx_SET (FP_MODE_REG (reg, SFmode), not_a_num); in convert_regs_1()
3413 not_a_num = CONST0_RTX (SFmode); in reg_to_stack()
3419 not_a_num = const_double_from_real_value (r, SFmode); in reg_to_stack()
3420 not_a_num = force_const_mem (SFmode, not_a_num); in reg_to_stack()
DChangeLog-200432429 (not_a_num): Here.
32430 (reg_to_stack): Rename nan to not_a_num.