構造体 Onikiri::AlphaLinux::Alpha64Decoder::DecodedInsn

#include <Alpha64Decoder.h>

すべてのメンバ一覧

Public メソッド

void clear ()
 DecodedInsn ()

Public 変数

u32 CodeWord
boost::array< u64, 2 > Imm
boost::array< int, 4 > Reg


説明

Alpha64Decoder.h43 行で定義されています。


コンストラクタとデストラクタ

Alpha64Decoder::DecodedInsn::DecodedInsn (  ) 

Alpha64Decoder.cpp101 行で定義されています。

参照先 clear().

00102 {
00103     clear();
00104 }

関数の呼び出しグラフ:


関数

void Alpha64Decoder::DecodedInsn::clear (  ) 

Alpha64Decoder.cpp106 行で定義されています。

参照先 CodeWordImmReg.

参照元 Onikiri::AlphaLinux::Alpha64Decoder::Decode()DecodedInsn().

00107 {
00108     CodeWord = 0;
00109 
00110     std::fill(Imm.begin(), Imm.end(), 0);
00111     std::fill(Reg.begin(), Reg.end(), -1);
00112 }

Here is the caller graph for this function:


変数

u32 Onikiri::AlphaLinux::Alpha64Decoder::DecodedInsn::CodeWord

Alpha64Decoder.h50 行で定義されています。

参照元 clear()Onikiri::AlphaLinux::Alpha64Decoder::Decode().

boost::array<u64, 2> Onikiri::AlphaLinux::Alpha64Decoder::DecodedInsn::Imm

Alpha64Decoder.h46 行で定義されています。

参照元 clear()Onikiri::AlphaLinux::Alpha64Decoder::Decode().

boost::array<int, 4> Onikiri::AlphaLinux::Alpha64Decoder::DecodedInsn::Reg

Alpha64Decoder.h48 行で定義されています。

参照元 clear()Onikiri::AlphaLinux::Alpha64Decoder::Decode().


この構造体の説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 15:24:21 2013に生成されました。  doxygen 1.4.7