mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
IR: Remove unused microinstructions NegateLowWord and NegateHighWord
This commit is contained in:
parent
70f4235ee9
commit
1efd3a764d
4 changed files with 0 additions and 32 deletions
|
|
@ -73,8 +73,6 @@ OPCODE(ByteReverseWord, T::U32, T::U32
|
|||
OPCODE(ByteReverseHalf, T::U16, T::U16 )
|
||||
OPCODE(ByteReverseDual, T::U64, T::U64 )
|
||||
OPCODE(CountLeadingZeros, T::U32, T::U32 )
|
||||
OPCODE(NegateLowWord, T::U32, T::U32 )
|
||||
OPCODE(NegateHighWord, T::U32, T::U32 )
|
||||
|
||||
// Saturated instructions
|
||||
OPCODE(SignedSaturatedAdd, T::U32, T::U32, T::U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue