e2k/v7: skip older versions
This commit is contained in:
parent
869c7d3d32
commit
1f94097b8f
@ -224,7 +224,7 @@ asm_tests = {
|
|||||||
'stmqp-page-4': { 'src': 'stmqp-page-2', 'c_args': ['-DMIN_VER=6'] },
|
'stmqp-page-4': { 'src': 'stmqp-page-2', 'c_args': ['-DMIN_VER=6'] },
|
||||||
},
|
},
|
||||||
'v7': {
|
'v7': {
|
||||||
'qpack-1': {},
|
'qpack-1': {'c_args': ['-DMIN_VER=7']},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include "test_start.S"
|
#include "test_start.S"
|
||||||
|
|
||||||
|
#if __iset__ >= 7
|
||||||
setwd wsz=4, nfx=1
|
setwd wsz=4, nfx=1
|
||||||
{
|
{
|
||||||
addd,0 0, 0x0706050403020100, %g16
|
addd,0 0, 0x0706050403020100, %g16
|
||||||
@ -47,5 +48,6 @@
|
|||||||
assert_eq_i64(%r1, %r5)
|
assert_eq_i64(%r1, %r5)
|
||||||
assert_eq_i64(%r2, %r6)
|
assert_eq_i64(%r2, %r6)
|
||||||
assert_eq_i64(%r3, %r7)
|
assert_eq_i64(%r3, %r7)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "test_end.S"
|
#include "test_end.S"
|
||||||
|
Loading…
Reference in New Issue
Block a user