mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
A32: Implement ASIMD VMULL
This commit is contained in:
@@ -64,6 +64,7 @@ bool ShouldTestInst(u32 instruction, u32 pc, bool is_last_inst) {
|
||||
// Currently unimplemented in Unicorn
|
||||
case IR::Opcode::FPVectorRecipEstimate16:
|
||||
case IR::Opcode::FPVectorRSqrtEstimate16:
|
||||
case IR::Opcode::VectorPolynomialMultiplyLong64:
|
||||
return false;
|
||||
default:
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user