コード例 #1
0
ファイル: iCOP0.cpp プロジェクト: Aced14/pcsx2
void recEI()
{
	// must branch after enabling interrupts, so that anything
	// pending gets triggered properly.
	recBranchCall( Interp::EI );
}
コード例 #2
0
ファイル: iR5900Misc.cpp プロジェクト: LivingLearning/pcsx2
	void recTNEI()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TNEI );
	}
コード例 #3
0
ファイル: iCOP0.cpp プロジェクト: Aced14/pcsx2
void recERET()
{
	recBranchCall( Interp::ERET );
}
コード例 #4
0
ファイル: iR5900Misc.cpp プロジェクト: LivingLearning/pcsx2
	void recTLTIU()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TLTIU );
	}
コード例 #5
0
ファイル: iR5900Misc.cpp プロジェクト: LivingLearning/pcsx2
	void recTEQ()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TEQ );
	}
コード例 #6
0
ファイル: iR5900Misc.cpp プロジェクト: LivingLearning/pcsx2
	void recTGE()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TGE );
	}
コード例 #7
0
ファイル: iR5900Misc.cpp プロジェクト: ACanadianKernel/pcsx2
	void recTGEIU( void )
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TGEIU );
	}
コード例 #8
0
ファイル: iR5900Misc.cpp プロジェクト: ACanadianKernel/pcsx2
	void recTLT( void )
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TLT );
	}