| /openbsd/src/gnu/gcc/gcc/ |
| D | postreload.c | 1467 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 …]
|
| D | alias.c | 2607 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()
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | predicates.md | 1168 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
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-cris.c | 2522 gen_bdap (base_regno, exprP) in gen_bdap() argument 2523 int base_regno; in gen_bdap() 2530 opcode = BDAP_QUICK_OPCODE | (base_regno << 12);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | reload1.c | 9420 int base_regno; local 9485 base_regno = REGNO (base_reg); 9489 if (reg_set_luid[base_regno] <= move2add_last_label_luid) 9491 reg_base_reg[base_regno] = base_regno; 9492 reg_offset[base_regno] = 0; 9493 reg_set_luid[base_regno] = move2add_luid; 9494 reg_mode[base_regno] = mode; 9497 reg_mode[base_regno])) 9503 reg_set_luid[regno] = reg_set_luid[base_regno]; 9504 reg_base_reg[regno] = reg_base_reg[base_regno]; [all …]
|
| D | alias.c | 2970 unsigned int base_regno = REGNO (base); in init_alias_analysis() local 2971 if (base_regno == ui) /* register set from itself */ in init_alias_analysis() 2974 reg_base_value[ui] = reg_base_value[base_regno]; in init_alias_analysis()
|
| D | emit-rtl.c | 917 unsigned int byte_offset, base_regno, final_regno; local 925 base_regno = REGNO (reg); 926 if (base_regno >= FIRST_PSEUDO_REGISTER) 928 if (check_mode && ! HARD_REGNO_MODE_OK (base_regno, GET_MODE (reg)))
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv.c | 5456 int base_regno = -1; local 5482 base_regno = PIC_REGNO; 5488 base_regno = SDA_BASE_REG; 5491 base_regno = PIC_REGNO; 5497 base_regno = SDA_BASE_REG; 5500 base_regno = PIC_REGNO; 5505 if (base_regno >= 0) 5509 gen_rtx_REG (Pmode, base_regno), 5512 if (base_regno == PIC_REGNO)
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 3966 int base_regno = -1; in frv_emit_movsi() local 4031 base_regno = PIC_REGNO; in frv_emit_movsi() 4139 base_regno = SDA_BASE_REG; in frv_emit_movsi() 4142 base_regno = PIC_REGNO; in frv_emit_movsi() 4147 if (base_regno >= 0) in frv_emit_movsi() 4151 gen_rtx_REG (Pmode, base_regno), in frv_emit_movsi() 4155 gen_rtx_REG (Pmode, base_regno), in frv_emit_movsi() 4157 if (base_regno == PIC_REGNO) in frv_emit_movsi()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm.c | 4357 arm_gen_load_multiple (base_regno, count, from, up, write_back, unchanging_p, in arm_gen_load_multiple() argument 4359 int base_regno; in arm_gen_load_multiple() 4413 emit_move_insn (gen_rtx_REG (SImode, base_regno + i), mem); 4443 = gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, base_regno + j), mem); 4450 arm_gen_store_multiple (base_regno, count, to, up, write_back, unchanging_p, in arm_gen_store_multiple() argument 4452 int base_regno; in arm_gen_store_multiple() 4480 emit_move_insn (mem, gen_rtx_REG (SImode, base_regno + i)); 4511 = gen_rtx_SET (VOIDmode, mem, gen_rtx_REG (SImode, base_regno + j));
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 6592 unsigned int base_regno; local 6613 base_regno = REGNO (src_addr); 6614 if (base_regno == 0) 6620 base_regno = REGNO (XEXP (src_addr, 0)); 6652 if (REGNO (addr_reg) != base_regno 6670 unsigned int base_regno; local 6691 base_regno = REGNO (dest_addr); 6692 if (base_regno == 0) 6698 base_regno = REGNO (XEXP (dest_addr, 0)); 6730 if (REGNO (addr_reg) != base_regno
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-cris.c | 3221 gen_bdap (int base_regno, expressionS *exprP) in gen_bdap() argument 3227 opcode = BDAP_QUICK_OPCODE | (base_regno << 12); in gen_bdap()
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.c | 6230 arm_gen_load_multiple (int base_regno, int count, rtx from, int up, in arm_gen_load_multiple() argument 6277 emit_move_insn (gen_rtx_REG (SImode, base_regno + i), mem); in arm_gen_load_multiple() 6308 = gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, base_regno + j), mem); in arm_gen_load_multiple() 6319 arm_gen_store_multiple (int base_regno, int count, rtx to, int up, in arm_gen_store_multiple() argument 6340 emit_move_insn (mem, gen_rtx_REG (SImode, base_regno + i)); in arm_gen_store_multiple() 6372 = gen_rtx_SET (VOIDmode, mem, gen_rtx_REG (SImode, base_regno + j)); in arm_gen_store_multiple()
|