*参照元 [#w8567e77]
*参照元 [#j23ce1e2]
#backlinks

*説明 [#de8d0e9b]
-パス: [[gcc-8.3/gcc/(build_dir)/insn-output.c]]
*説明 [#ebe6fec1]
-パス: 複数あり
--riscv 版: [[gcc-8.3/gcc/operand_data(global)(riscv)]]

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

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

**参考 [#pe77f2b4]

**参考 [#g5c39bef]

-命令の定義
--[[gcc-8.3/gcc/insn_data(global)]]
*実装 [#a597b1a9]
-各アーキテクチャのページを参照してください。


*実装 [#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
   },
 
 // この後もずっと続く...
*コメント [#a969fc70]


*コメント [#i48ef002]


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