ARMv7: more opcodes

This commit is contained in:
Nekotekina 2014-10-30 23:07:47 +03:00
parent 7aeda3b0c7
commit de156c59e4
5 changed files with 114 additions and 46 deletions

View file

@ -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)