Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c6604 int delay_slot_filled = 0; local
6661 delay_slot_filled = 1;
6711 delay_slot_filled = 1;
6799 delay_slot_filled = 1;
6829 delay_slot_filled = 1;
6836 if (seq_length == 0 || (delay_insn_deleted && !delay_slot_filled))
6852 if (!delay_slot_filled && INSN_ADDRESSES_SET_P ())
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c7330 int delay_slot_filled = 0; in output_call() local
7388 delay_slot_filled = 1; in output_call()
7442 delay_slot_filled = 1; in output_call()
7530 delay_slot_filled = 1; in output_call()
7560 delay_slot_filled = 1; in output_call()
7567 if (!delay_slot_filled && (seq_length == 0 || delay_insn_deleted)) in output_call()
7582 if (!delay_slot_filled && INSN_ADDRESSES_SET_P ()) in output_call()