Minor style fix

This commit is contained in:
SachinVin 2019-07-28 21:13:27 +05:30 committed by xperia64
parent 90b1e62490
commit 918be1fe40

View File

@ -141,7 +141,7 @@ OPCODE(ZeroExtendByteToLong, U64, U8
OPCODE(ZeroExtendHalfToLong, U64, U16 ) OPCODE(ZeroExtendHalfToLong, U64, U16 )
OPCODE(ZeroExtendWordToLong, U64, U32 ) OPCODE(ZeroExtendWordToLong, U64, U32 )
//OPCODE(ZeroExtendLongToQuad, U128, U64 ) //OPCODE(ZeroExtendLongToQuad, U128, U64 )
////OPCODE(ByteReverseDual, U64, U64 ) //OPCODE(ByteReverseDual, U64, U64 )
OPCODE(ByteReverseWord, U32, U32 ) OPCODE(ByteReverseWord, U32, U32 )
OPCODE(ByteReverseHalf, U16, U16 ) OPCODE(ByteReverseHalf, U16, U16 )
OPCODE(CountLeadingZeros32, U32, U32 ) OPCODE(CountLeadingZeros32, U32, U32 )