IR: Add ReplicateBit microinstruction

This commit is contained in:
MerryMage
2020-04-20 17:56:16 +01:00
parent 8f2dcd3e21
commit f59b9fb020
5 changed files with 46 additions and 7 deletions

View File

@@ -159,6 +159,8 @@ OPCODE(CountLeadingZeros32, U32, U32
OPCODE(CountLeadingZeros64, U64, U64 )
OPCODE(ExtractRegister32, U32, U32, U32, U8 )
OPCODE(ExtractRegister64, U64, U64, U64, U8 )
OPCODE(ReplicateBit32, U32, U32, U8 )
OPCODE(ReplicateBit64, U64, U64, U8 )
OPCODE(MaxSigned32, U32, U32, U32 )
OPCODE(MaxSigned64, U64, U64, U64 )
OPCODE(MaxUnsigned32, U32, U32, U32 )