diff options
| author | LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> | 2020-05-27 18:51:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 18:51:59 +0200 |
| commit | 83d94b21d077e2d31faee74711ff38e0c0499afa (patch) | |
| tree | 6cffcac67c60616ec3e480fed1742278855f7491 /ARMeilleure/Instructions/InstName.cs | |
| parent | 5795bb15282498b3824a5d15fe1ff78b85a18c23 (diff) | |
Add FMaxNmV & FMinNmV Inst.s with Test. (#1279)
Successful unit testing on Windows (debug and release mode).
Diffstat (limited to 'ARMeilleure/Instructions/InstName.cs')
| -rw-r--r-- | ARMeilleure/Instructions/InstName.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs index 9f5600ab..9bf319aa 100644 --- a/ARMeilleure/Instructions/InstName.cs +++ b/ARMeilleure/Instructions/InstName.cs @@ -212,11 +212,13 @@ namespace ARMeilleure.Instructions Fmax_V, Fmaxnm_S, Fmaxnm_V, + Fmaxnmv_V, Fmaxp_V, Fmin_S, Fmin_V, Fminnm_S, Fminnm_V, + Fminnmv_V, Fminp_V, Fmla_Se, Fmla_V, |
