Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dpostreload.c1467 int base_regno; in move2add_note_store() local
1532 base_regno = REGNO (base_reg); in move2add_note_store()
1536 if (reg_set_luid[base_regno] <= move2add_last_label_luid) in move2add_note_store()
1538 reg_base_reg[base_regno] = base_regno; in move2add_note_store()
1539 reg_offset[base_regno] = 0; in move2add_note_store()
1540 reg_set_luid[base_regno] = move2add_luid; in move2add_note_store()
1541 reg_mode[base_regno] = mode; in move2add_note_store()
1544 reg_mode[base_regno])) in move2add_note_store()
1550 reg_set_luid[regno] = reg_set_luid[base_regno]; in move2add_note_store()
1551 reg_base_reg[regno] = reg_base_reg[base_regno]; in move2add_note_store()
[all …]
Dalias.c2607 unsigned int base_regno = REGNO (base); in init_alias_analysis() local
2608 if (base_regno == ui) /* register set from itself */ in init_alias_analysis()
2612 VEC_index (rtx, reg_base_value, base_regno)); in init_alias_analysis()
/freebsd-9-stable/contrib/gcc/config/rs6000/
Dpredicates.md1168 unsigned int base_regno;
1189 base_regno = REGNO (src_addr);
1190 if (base_regno == 0)
1196 base_regno = REGNO (XEXP (src_addr, 0));
1228 if (REGNO (addr_reg) != base_regno
1243 unsigned int base_regno;
1264 base_regno = REGNO (dest_addr);
1265 if (base_regno == 0)
1271 base_regno = REGNO (XEXP (dest_addr, 0));
1303 if (REGNO (addr_reg) != base_regno
/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c6238 arm_gen_load_multiple (int base_regno, int count, rtx from, int up, in arm_gen_load_multiple() argument
6285 emit_move_insn (gen_rtx_REG (SImode, base_regno + i), mem); in arm_gen_load_multiple()
6316 = gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, base_regno + j), mem); in arm_gen_load_multiple()
6327 arm_gen_store_multiple (int base_regno, int count, rtx to, int up, in arm_gen_store_multiple() argument
6348 emit_move_insn (mem, gen_rtx_REG (SImode, base_regno + i)); in arm_gen_store_multiple()
6380 = gen_rtx_SET (VOIDmode, mem, gen_rtx_REG (SImode, base_regno + j)); in arm_gen_store_multiple()