*参照元 [#w8567e77]
#backlinks

*説明 [#de8d0e9b]
-パス: [[gcc-8.3/gcc/(build_dir)/insn-output.c]]

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

-md ファイルから自動生成される struct insn_operand_data 型の巨大な配列
--[[gcc-8.3/gcc/insn_operand_data]]


**参考 [#g5c39bef]

-命令の定義
--[[gcc-8.3/gcc/insn_data(global)]]


*実装 [#se193267]
 static const struct insn_operand_data operand_data[] = 
 {
   {
     0,
     "",
     E_VOIDmode,
     0,
     0,
     0,
     0
   },
   {
     register_operand,
     "=f",
     E_SFmode,
     0,
     0,
     1,
     0
   },
 
 // この後もずっと続く...


*コメント [#i48ef002]


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