From d2f2bebac6a1fe9e2d46025cff4a85c4808f4fd7 Mon Sep 17 00:00:00 2001 From: Denis Drakhnia Date: Tue, 2 Jan 2024 21:21:49 +0200 Subject: [PATCH] asm: remove setwd-invalidate-regs-* --- tests/asm/meson.build | 2 -- tests/asm/win/setwd-invalidate-regs-1.S | 9 --------- tests/asm/win/setwd-invalidate-regs-2.S | 9 --------- 3 files changed, 20 deletions(-) delete mode 100644 tests/asm/win/setwd-invalidate-regs-1.S delete mode 100644 tests/asm/win/setwd-invalidate-regs-2.S diff --git a/tests/asm/meson.build b/tests/asm/meson.build index 32f5153..0ad27d5 100644 --- a/tests/asm/meson.build +++ b/tests/asm/meson.build @@ -57,8 +57,6 @@ asm_tests = { 'win': { 'setwd-1': {}, 'setwd-2': {}, - 'setwd-invalidate-regs-1': {}, - 'setwd-invalidate-regs-2': {}, 'setwd-psize-1': {}, 'setwd-psize-2': { 'should_fail': true }, 'setbn-invalidate-regs-1': {}, diff --git a/tests/asm/win/setwd-invalidate-regs-1.S b/tests/asm/win/setwd-invalidate-regs-1.S deleted file mode 100644 index 24eff48..0000000 --- a/tests/asm/win/setwd-invalidate-regs-1.S +++ /dev/null @@ -1,9 +0,0 @@ -#include "test_start.S" - - setwd wsz=8, nfx=1 - addd,0 0, 0, %r8 - setwd wsz=4, nfx=1 - setwd wsz=8, nfx=1 - addd,0 %r8, 0, %empty - -#include "test_end.S" diff --git a/tests/asm/win/setwd-invalidate-regs-2.S b/tests/asm/win/setwd-invalidate-regs-2.S deleted file mode 100644 index 7835381..0000000 --- a/tests/asm/win/setwd-invalidate-regs-2.S +++ /dev/null @@ -1,9 +0,0 @@ -#include "test_start.S" - - setwd wsz=8, nfx=1 - invalid64 %r8 - setwd wsz=4, nfx=1 - setwd wsz=8, nfx=1 - addd,0 %r8, 0, %empty - -#include "test_end.S"