ir: Extend FPVectorAbs opcode to also handle 16-bit elements for FP16

This commit is contained in:
Lioncash 2018-07-07 14:48:16 -04:00 committed by MerryMage
parent 53dbb6a92a
commit 81e572c78c
3 changed files with 14 additions and 0 deletions

View file

@ -396,6 +396,7 @@ OPCODE(FPU32ToDouble, T::U64, T::U32, T::U
OPCODE(FPS32ToDouble, T::U64, T::U32, T::U1 )
// Floating-point vector instructions
OPCODE(FPVectorAbs16, T::U128, T::U128 )
OPCODE(FPVectorAbs32, T::U128, T::U128 )
OPCODE(FPVectorAbs64, T::U128, T::U128 )
OPCODE(FPVectorAbsoluteDifference32, T::U128, T::U128, T::U128 )