asm: remove setwd-invalidate-regs-*
This commit is contained in:
parent
c219adf51a
commit
d2f2bebac6
@ -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': {},
|
||||
|
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user