mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
SPU analyser: remove use_ra from HBR
Since this is a hint instruction, we don't really use reg value here.
This commit is contained in:
parent
45ce8db6cb
commit
ba1ec1d5d6
1 changed files with 2 additions and 2 deletions
|
@ -266,6 +266,7 @@ struct spu_iflag
|
||||||
enum flag
|
enum flag
|
||||||
{
|
{
|
||||||
UNK = 0,
|
UNK = 0,
|
||||||
|
HBR,
|
||||||
HBRA,
|
HBRA,
|
||||||
HBRR,
|
HBRR,
|
||||||
STOP,
|
STOP,
|
||||||
|
@ -330,8 +331,7 @@ struct spu_iflag
|
||||||
FNMS,
|
FNMS,
|
||||||
FMS,
|
FMS,
|
||||||
|
|
||||||
HBR = use_ra,
|
HEQI = use_ra,
|
||||||
HEQI,
|
|
||||||
HGTI,
|
HGTI,
|
||||||
HLGTI,
|
HLGTI,
|
||||||
LQD,
|
LQD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue