Searched refs:SAVE_SLOT_NONE (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c394 #define SAVE_SLOT_NONE 0 macro
9162 if (cfun_gpr_save_slot (i) == SAVE_SLOT_NONE)
9364 memset (cfun_frame_layout.gpr_save_slots, SAVE_SLOT_NONE, 16);
9411 memset (cfun_frame_layout.gpr_save_slots, SAVE_SLOT_NONE, 6);
9415 cfun_gpr_save_slot (i) = SAVE_SLOT_NONE;
9829 && cfun_gpr_save_slot (new_reg) == SAVE_SLOT_NONE)
9844 && cfun_gpr_save_slot (regno) == SAVE_SLOT_NONE)
10960 if (cfun_gpr_save_slot (i) != SAVE_SLOT_NONE)
12662 if (cfun_gpr_save_slot (gpr_regno) == SAVE_SLOT_NONE)

Completed in 120 milliseconds