mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
8214e87840
commit
8659e21b39
|
@ -3394,10 +3394,11 @@ begin
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
$79: begin
|
$79: begin
|
||||||
DecodeSIMD([soNone, so66]);
|
DecodeSIMD([soNone, so66, soF2]);
|
||||||
case SimdOpcode of
|
case SimdOpcode of
|
||||||
soNone: begin SetOpcode(OPvmwrite); AddGy; AddEy; end;
|
soNone: begin SetOpcode(OPvmwrite); AddGy; AddEy; end;
|
||||||
so66: begin SetOpcode(OPextrq); AddVq; AddUdq; end;
|
so66: begin SetOpcode(OPextrq); AddVq; AddUdq; end;
|
||||||
|
soF2: begin SetOpcode(OPinsert, OPSx_q); AddVq; AddUdq; end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
// $7A..$7B: OPX_Invalid
|
// $7A..$7B: OPX_Invalid
|
||||||
|
|
Loading…
Reference in New Issue