Statistics
| Branch: | Revision:

root / tests / cris @ a74cdab4

Name Size
.gdbinit 144 Bytes
Makefile 4 kB
README 110 Bytes
check_abs.c 794 Bytes
check_addc.c 1.3 kB
check_addcm.c 1.9 kB
check_addi.s 776 Bytes
check_addiv32.s 905 Bytes
check_addm.s 1.4 kB
check_addo.c 3 kB
check_addoq.c 965 Bytes
check_addq.s 609 Bytes
check_addr.s 1.3 kB
check_addxc.s 1.3 kB
check_addxm.s 1.5 kB
check_addxr.s 1.3 kB
check_andc.s 1.2 kB
check_andm.s 1.4 kB
check_andq.s 656 Bytes
check_andr.s 1.4 kB
check_asr.s 3.5 kB
check_ba.s 937 Bytes
check_bas.s 1006 Bytes
check_bcc.s 1.7 kB
check_bound.c 2.4 kB
check_boundc.s 1.5 kB
check_boundr.s 1.8 kB
check_btst.s 1.2 kB
check_clearfv32.s 358 Bytes
check_clrjmp1.s 591 Bytes
check_cmp-2.s 142 Bytes
check_cmpc.s 1.2 kB
check_cmpm.s 1.4 kB
check_cmpq.s 983 Bytes
check_cmpr.s 1.5 kB
check_cmpxc.s 1.3 kB
check_cmpxm.s 1.5 kB
check_dstep.s 634 Bytes
check_ftag.c 729 Bytes
check_gcctorture_pr28634-1.c 364 Bytes
check_gcctorture_pr28634.c 377 Bytes
check_glibc_kernelversion.c 6 kB
check_hello.c 88 Bytes
check_int64.c 584 Bytes
check_jsr.s 919 Bytes
check_lapc.s 780 Bytes
check_lsl.s 3.3 kB
check_lsr.s 3.2 kB
check_lz.c 768 Bytes
check_mapbrk.c 699 Bytes
check_mcp.s 665 Bytes
check_mmap1.c 834 Bytes
check_mmap2.c 833 Bytes
check_mmap3.c 668 Bytes
check_movdelsr1.s 510 Bytes
check_movecr.s 663 Bytes
check_movei.s 657 Bytes
check_movemr.s 1.1 kB
check_movemrv32.s 1.1 kB
check_moveq.c 934 Bytes
check_mover.s 470 Bytes
check_moverm.s 616 Bytes
check_movmp.s 2.2 kB
check_movpmv32.s 508 Bytes
check_movpr.s 459 Bytes
check_movprv32.s 332 Bytes
check_movscr.s 473 Bytes
check_movsm.s 616 Bytes
check_movsr.s 691 Bytes
check_movucr.s 514 Bytes
check_movum.s 546 Bytes
check_movur.s 660 Bytes
check_mulv32.s 700 Bytes
check_mulx.s 3.6 kB
check_neg.s 1.5 kB
check_not.s 454 Bytes
check_openpf1.c 898 Bytes
check_openpf2.c 374 Bytes
check_openpf3.c 928 Bytes
check_openpf4.c 120 Bytes
check_openpf5.c 955 Bytes
check_orc.s 1 kB
check_orm.s 1.1 kB
check_orq.s 589 Bytes
check_orr.s 1.2 kB
check_ret.s 241 Bytes
check_scc.s 1.1 kB
check_settls1.c 930 Bytes
check_sigalrm.c 355 Bytes
check_stat1.c 253 Bytes
check_stat2.c 284 Bytes
check_stat3.c 486 Bytes
check_stat4.c 512 Bytes
check_subc.s 1.2 kB
check_subm.s 1.4 kB
check_subq.s 714 Bytes
check_subr.s 1.5 kB
check_swap.c 2.4 kB
check_time1.c 962 Bytes
check_time2.c 323 Bytes
check_xarith.s 782 Bytes
crisutils.h 1.5 kB
crt.s 150 Bytes
sys.c 939 Bytes
sys.h 350 Bytes
testutils.inc 1.3 kB

Latest revisions

# Date Author Comment
2917dce4 04/03/2011 10:58 pm Stefan Weil

tests/cris: Fix some errors and potential crashes

These errors were reported by cppcheck:

tests/cris/check_openpf1.c:30: error:
Mismatching allocation and deallocation: f

tests/cris/check_openpf2.c:13: error:
Mismatching allocation and deallocation: f
...

64b85a8f 01/23/2011 06:21 pm Blue Swirl

Delete useless 'extern' qualifiers for functions

'extern' qualifier is useless for function declarations. Delete
them.

Signed-off-by: Blue Swirl <>

4a6648f4 01/17/2011 10:26 pm Blue Swirl

Replace 'extern inline' with 'static inline'

Acked-by: Edgar E. Iglesias <>
Signed-off-by: Blue Swirl <>

46411f86 09/14/2010 11:58 am Stefan Weil

Remove wrong semicolon in macro definition

Macros normally should not end with a semicolon,
otherwise their usage results in two statements
where only one statement was expected.

Signed-off-by: Stefan Weil <>
Signed-off-by: Edgar E. Iglesias <>

58f5c1eb 07/29/2010 06:15 pm Edgar E. Iglesias

cris: Correct settls1 testcase.

Signed-off-by: Edgar E. Iglesias <>

61eb865a 07/29/2010 04:42 pm Edgar E. Iglesias

cris: Correct ADDO and ADDOQ testcases.

Verified on real HW.

Signed-off-by: Edgar E. Iglesias <>

ef96779b 01/07/2009 04:19 pm edgar_igl

CRIS: Implement set_thread_area for CRIS.

Signed-off-by: Edgar E. Iglesias <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6210 c046a42c-6fe2-441c-8c8c-71466251a162

e2832619 12/14/2008 10:50 am blueswir1

Add missing newline at the end of file

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6020 c046a42c-6fe2-441c-8c8c-71466251a162

1d6198c3 12/13/2008 11:32 am blueswir1

Remove unnecessary trailing newlines

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162

31328119 06/06/2008 02:07 pm edgar_igl

Make the tests run when built with experimental gcc-cris 4.4. Prettify the logs.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4682 c046a42c-6fe2-441c-8c8c-71466251a162

View revisions

Also available in: Atom