IR: Implement FPVectorAdd

This commit is contained in:
MerryMage 2018-02-11 16:29:48 +00:00
parent 5f77ab28ee
commit 98c8e7d1af
4 changed files with 22 additions and 0 deletions

View file

@ -294,6 +294,8 @@ OPCODE(FPU32ToDouble, T::U64, T::U32, T::U1
OPCODE(FPS32ToDouble, T::U64, T::U32, T::U1 )
// Floating-point vector instructions
OPCODE(FPVectorAdd32, T::U128, T::U128, T::U128 )
OPCODE(FPVectorAdd64, T::U128, T::U128, T::U128 )
OPCODE(FPVectorSub32, T::U128, T::U128, T::U128 )
OPCODE(FPVectorSub64, T::U128, T::U128, T::U128 )