構造体 テンプレート Onikiri::PPC64Linux::Operation::PPC64CRBit< TSrcCR, TSrcBit >

#include <PPC64Operation.h>

すべてのメンバ一覧

Public メソッド

u64 operator() (EmulatorUtility::OpEmulationState *opState)


説明

template<typename TSrcCR, typename TSrcBit>
struct Onikiri::PPC64Linux::Operation::PPC64CRBit< TSrcCR, TSrcBit >

PPC64Operation.h144 行で定義されています。


関数

template<typename TSrcCR, typename TSrcBit>
u64 Onikiri::PPC64Linux::Operation::PPC64CRBit< TSrcCR, TSrcBit >::operator() ( EmulatorUtility::OpEmulationState opState  )  [inline]

PPC64Operation.h146 行で定義されています。

参照先 ASSERT.

00147     {
00148         ASSERT(TSrcBit()(opState) < 4);
00149         return (TSrcCR()(opState) >> (3-TSrcBit()(opState))) & 0x1;
00150     }


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