[ARM] VRSQRTE NEON emitter.

This commit is contained in:
Ryan Houdek
2013-09-16 12:58:20 +00:00
parent 5a9cb84ae2
commit 7d410ec95c
2 changed files with 13 additions and 0 deletions

View File

@ -634,6 +634,8 @@ public:
void VREV32(NEONElementType Size, ARMReg Vd, ARMReg Vm);
void VREV16(NEONElementType Size, ARMReg Vd, ARMReg Vm);
void VRSQRTE(NEONElementType Size, ARMReg Vd, ARMReg Vm);
void VEOR(ARMReg Vd, ARMReg Vn, ARMReg Vm);
void VORR(ARMReg Vd, ARMReg Vn, ARMReg Vm);