mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
ARMv7: more opcodes
This commit is contained in:
parent
7aeda3b0c7
commit
de156c59e4
5 changed files with 114 additions and 46 deletions
|
@ -409,16 +409,6 @@ void ARMv7Interpreter::CMP_RSR(const u32 data, const ARMv7_encoding type)
|
|||
}
|
||||
|
||||
|
||||
void ARMv7Interpreter::DBG(const u32 data, const ARMv7_encoding type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case A1: throw __FUNCTION__;
|
||||
default: throw __FUNCTION__;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void ARMv7Interpreter::EOR_IMM(const u32 data, const ARMv7_encoding type)
|
||||
{
|
||||
switch (type)
|
||||
|
@ -818,16 +808,6 @@ void ARMv7Interpreter::MVN_RSR(const u32 data, const ARMv7_encoding type)
|
|||
}
|
||||
|
||||
|
||||
void ARMv7Interpreter::NEG(const u32 data, const ARMv7_encoding type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case A1: throw __FUNCTION__;
|
||||
default: throw __FUNCTION__;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void ARMv7Interpreter::NOP(const u32 data, const ARMv7_encoding type)
|
||||
{
|
||||
switch (type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue