1 # mips64 specific r6 tests - paired LL/SC variants
4 # ld: -N -Ttext=0x80010000 -Tdata=0x80020000
7 .include "testutils.inc"
8 .include "utils-r6.inc"
29 writemsg
"[1] Test LLWP"
30 llwp $
2, $
3, test_data
31 checkpair_dword $
2, $
3, test_data
, end_check
37 scwp $
2, $
3, test_data
39 checkpair_dword $s0
, $
3, test_data
, end_check
40 writemsg
"[2] Test SCWP, done"
42 writemsg
"[3] Test LLDP"
43 lldp $
2, $
3, test_data
44 checkpair_qword $
2, $
3, test_data
, end_check
50 scdp $
2, $
3, test_data
52 checkpair_qword $s0
, $
3, test_data
, end_check
53 writemsg
"[4] Test SCDP, done"