CPU: Implement VRINTX.F32 | VRINTX.F64 (#1776)
* Start implementation * Draft * Updated opcode. Needs verification. * Clean up code. * Update implementation and tests. * Update implemenation + tests * Get RM from FPSCR + Do not use emit/addintrinsic * Remove "fast" path, as recommended by gdk. * Variable DELETED. * Update ARMeilleure/Decoders/OpCodeTable.cs Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> * Update ARMeilleure/Instructions/InstEmitSimdCvt32.cs Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> * Update ARMeilleure/Instructions/InstEmitSimdCvt32.cs Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> * Update ARMeilleure/Instructions/InstEmitSimdCvt32.cs Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> * Move method * stringing things together :) Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>
This commit is contained in:
parent
61634dd415
commit
e901b7850c
4 changed files with 54 additions and 0 deletions
|
@ -608,6 +608,7 @@ namespace ARMeilleure.Instructions
|
|||
Vqshrn,
|
||||
Vrev,
|
||||
Vrint,
|
||||
Vrintx,
|
||||
Vrshr,
|
||||
Vsel,
|
||||
Vshl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue