Beispiel #1
0
void recEI()
{
	// must branch after enabling interrupts, so that anything
	// pending gets triggered properly.
	recBranchCall( Interp::EI );
}
Beispiel #2
0
	void recTNEI()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TNEI );
	}
Beispiel #3
0
void recERET()
{
	recBranchCall( Interp::ERET );
}
Beispiel #4
0
	void recTLTIU()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TLTIU );
	}
Beispiel #5
0
	void recTEQ()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TEQ );
	}
Beispiel #6
0
	void recTGE()
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TGE );
	}
Beispiel #7
0
	void recTGEIU( void )
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TGEIU );
	}
Beispiel #8
0
	void recTLT( void )
	{
		recBranchCall( R5900::Interpreter::OpcodeImpl::TLT );
	}