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