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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dintegrate.c366 SET_REGNO (ivs->entries[i].pseudo, new_regno);
H A Dira.c1360 SET_REGNO (test_reg1, j);
1362 SET_REGNO (test_reg2, j);
H A Dcaller-save.c154 SET_REGNO (test_reg, reg);
H A Dpostreload.c525 SET_REGNO (testreg, regno);
H A Dfinal.c4129 SET_REGNO (in_rtx, newreg);
H A Dira-color.c2842 SET_REGNO (regno_reg_rtx[regno], reg_renumber[regno]);
H A Drtl.h1043 be used on RHS. Use SET_REGNO to change the value. */
1045 #define SET_REGNO(RTX,N) (df_ref_change_reg_with_loc (REGNO(RTX), N, RTX), XCUINT (RTX, 0, REG) = N)
1042 #define SET_REGNO macro
H A Dexpmed.c154 SET_REGNO (&all.reg, LAST_VIRTUAL_REGISTER + 1);
H A Dreload1.c2217 SET_REGNO (regno_reg_rtx[i],
H A Dexpr.c296 SET_REGNO (reg, regno);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.c5142 SET_REGNO (pic_offset_table_rtx, STATIC_CHAIN_REGNUM);
5163 SET_REGNO (pic_offset_table_rtx, PIC_REG);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c9949 SET_REGNO (pic_offset_table_rtx, GLOBAL_POINTER_REGNUM);
10081 SET_REGNO (pic_offset_table_rtx, cfun->machine->global_pointer);
15055 SET_REGNO (pic_offset_table_rtx, cfun->machine->global_pointer);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.c1565 SET_REGNO (address, GPR_FIRST + 3);
8827 SET_REGNO (reg, ACCG_FIRST + INTVAL (opval));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c8780 SET_REGNO (pic_offset_table_rtx, alt_pic_reg_used);
9373 SET_REGNO (pic_offset_table_rtx, REAL_PIC_OFFSET_TABLE_REGNUM);

Completed in 570 milliseconds