mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
[ARM] VRSQRTE NEON emitter.
This commit is contained in:
parent
5a9cb84ae2
commit
7d410ec95c
2 changed files with 13 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue