*参照元 [#w135e06f]
#backlinks

*説明 [#a1b07503]
-パス: [[gcc-8.3/gcc/rtl.h]]

-FIXME: これは何?
--説明


**引数 [#v7ca8d42]
-rtx x
--
--[[gcc-8.3/gcc/rtx]]
-unsigned int regno
--
-unsigned int nregs
--


**返り値 [#vc8271c7]
-なし


**参考 [#q6021834]


*実装 [#p0f0298e]
 /* Change the REGNO and REG_NREGS of REG X to the specified values,
    bypassing the df machinery.  */
 static inline void
 set_regno_raw (rtx x, unsigned int regno, unsigned int nregs)
 {
   reg_info *reg = REG_CHECK (x);
   reg->regno = regno;
   reg->nregs = nregs;
 }
-
--[[gcc-8.3/gcc/reg_info]]
--[[gcc-8.3/gcc/REG_CHECK()]]


*コメント [#w01735e3]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS