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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c5477 rtx highest_index_to_load_reg = gen_reg_rtx (Pmode);
5505 highest_index_to_load_reg =
5507 highest_index_to_load_reg, 1, OPTAB_DIRECT);
5508 gcc_assert (REG_P (highest_index_to_load_reg));
5510 convert_to_mode (SImode, highest_index_to_load_reg, 1),
5523 emit_move_insn (highest_index_to_load_reg, GEN_INT (15));
5556 highest_index_to_load_reg);
5557 s390_load_address (highest_index_to_load_reg,
5558 gen_rtx_PLUS (Pmode, highest_index_to_load_reg,
5562 highest_index_to_load_reg, str_idx_re
5476 rtx highest_index_to_load_reg = gen_reg_rtx (Pmode); local
[all...]

Completed in 115 milliseconds