mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
shrav_r.w.
This commit is contained in:
parent
69088b1706
commit
dc6641a558
@ -1,3 +1,8 @@
|
||||
2006-05-15 Chao-ying Fu <fu@mips.com>
|
||||
|
||||
* mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
|
||||
shrav_r.w.
|
||||
|
||||
2005-12-14 Chao-ying Fu <fu@mips.com>
|
||||
|
||||
* basic.exp: Run the dsp test.
|
||||
|
@ -332,12 +332,17 @@ DIAG:
|
||||
dspck_dtsaio shra_r.ph, 0x10001, 0x20001, 1, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.ph, 0x10001, 0x10001, 1, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.ph, 0x0, 0x10001, 2, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.ph, 0x7fff8000, 0x7fff8000, 0, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.ph, 0x4000c000, 0x7fff8000, 1, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.ph, 0x2000e000, 0x7ffe8000, 2, 0x0, 0x0
|
||||
|
||||
writemsg "[44] Test shrav_r.ph"
|
||||
dspck_dstio shrav_r.ph, 0x20001, 0x30002, 0x1, 0x0, 0x0
|
||||
dspck_dstio shrav_r.ph, 0x10001, 0x20001, 0x1, 0x0, 0x0
|
||||
dspck_dstio shrav_r.ph, 0x10001, 0x10001, 0x1, 0x0, 0x0
|
||||
dspck_dstio shrav_r.ph, 0x0, 0x10001, 0x2, 0x0, 0x0
|
||||
dspck_dstio shrav_r.ph, 0x7fff8000, 0x7fff8000, 0, 0x0, 0x0
|
||||
dspck_dstio shrav_r.ph, 0x2000e000, 0x7fff8000, 2, 0x0, 0x0
|
||||
|
||||
writemsg "[45] Test shra_r.w"
|
||||
dspck_dtsaio shra_r.w, 0x1, 0x2, 1, 0x0, 0x0
|
||||
@ -345,6 +350,9 @@ DIAG:
|
||||
dspck_dtsaio shra_r.w, 0x8001, 0x10001, 1, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.w, 0x1, 0x10001, 17, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.w, 0xffffc001, 0x80010001, 17, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.w, 0x7fffffff, 0x7fffffff, 0, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.w, 0x40000000, 0x7fffffff, 1, 0x0, 0x0
|
||||
dspck_dtsaio shra_r.w, 0x20000000, 0x7ffffffe, 2, 0x0, 0x0
|
||||
|
||||
writemsg "[46] Test shrav_r.w"
|
||||
dspck_dstio shrav_r.w, 0x1, 0x2, 0x1, 0x0, 0x0
|
||||
@ -352,6 +360,9 @@ DIAG:
|
||||
dspck_dstio shrav_r.w, 0x8001, 0x10001, 0x1, 0x0, 0x0
|
||||
dspck_dstio shrav_r.w, 0x8001, 0x10001, 0x21, 0x0, 0x0
|
||||
dspck_dstio shrav_r.w, 0x4000, 0x10001, 0x2, 0x0, 0x0
|
||||
dspck_dstio shrav_r.w, 0x7fffffff, 0x7fffffff, 0x0, 0x0, 0x0
|
||||
dspck_dstio shrav_r.w, 0x10000000, 0x7ffffffc, 0x3, 0x0, 0x0
|
||||
dspck_dstio shrav_r.w, 0x08000000, 0x7ffffff8, 0x4, 0x0, 0x0
|
||||
|
||||
writemsg "[47] Test muleu_s.ph.qbl"
|
||||
dspck_dstio muleu_s.ph.qbl, 0x0, 0x0, 0x0, 0x0, 0x0
|
||||
|
Loading…
Reference in New Issue
Block a user