NameDateSize

..05-Sep-201780

bitwise.dH A D22-Nov-20125.2 KiB

bitwise.sH A D22-Nov-20122.7 KiB

branch.dH A D22-Nov-20122.7 KiB

branch.sH A D22-Nov-2012846

bte.dH A D22-Nov-20123.1 KiB

bte.sH A D22-Nov-20121.1 KiB

dir-align01.dH A D22-Nov-2012424

dir-align01.sH A D22-Nov-2012260

dir-intel01.dH A D22-Nov-2012499

dir-intel01.sH A D22-Nov-2012331

dir-intel02.dH A D22-Nov-2012358

dir-intel02.sH A D22-Nov-2012201

dir-intel03-err.lH A D22-Nov-2012312

dir-intel03-err.sH A D22-Nov-2012235

dual01.dH A D22-Nov-2012570

dual01.sH A D22-Nov-2012378

dual02-err.lH A D22-Nov-201274

dual02-err.sH A D22-Nov-2012187

dual03.dH A D22-Nov-20121.7 KiB

dual03.sH A D22-Nov-2012836

fldst01.dH A D22-Nov-20122.8 KiB

fldst01.sH A D22-Nov-20121.6 KiB

fldst02.dH A D22-Nov-20122.9 KiB

fldst02.sH A D22-Nov-20121.6 KiB

fldst03.dH A D22-Nov-20122.9 KiB

fldst03.sH A D22-Nov-20121.6 KiB

fldst04.dH A D22-Nov-20122.8 KiB

fldst04.sH A D22-Nov-20121.6 KiB

fldst05.dH A D22-Nov-20122.9 KiB

fldst05.sH A D22-Nov-20121.6 KiB

fldst06.dH A D22-Nov-20122.9 KiB

fldst06.sH A D22-Nov-20121.6 KiB

fldst07.dH A D22-Nov-20122.9 KiB

fldst07.sH A D22-Nov-20121.7 KiB

fldst08.dH A D22-Nov-20122.9 KiB

fldst08.sH A D22-Nov-20121.7 KiB

float01.dH A D22-Nov-20122.5 KiB

float01.sH A D22-Nov-20121.2 KiB

float02.dH A D22-Nov-20121.2 KiB

float02.sH A D22-Nov-2012517

float03.dH A D22-Nov-20121.7 KiB

float03.sH A D22-Nov-2012860

float04.dH A D22-Nov-20121.3 KiB

float04.sH A D22-Nov-2012726

form.dH A D22-Nov-20121.9 KiB

form.sH A D22-Nov-2012812

i860.expH A D05-Sep-20171.9 KiB

iarith.dH A D22-Nov-20123.4 KiB

iarith.sH A D22-Nov-20121.8 KiB

ldst01.dH A D22-Nov-20121.3 KiB

ldst01.sH A D22-Nov-2012668

ldst02.dH A D22-Nov-20121.3 KiB

ldst02.sH A D22-Nov-2012668

ldst03.dH A D22-Nov-20121.5 KiB

ldst03.sH A D22-Nov-2012753

ldst04.dH A D22-Nov-2012735

ldst04.sH A D22-Nov-2012355

ldst05.dH A D22-Nov-2012735

ldst05.sH A D22-Nov-2012355

ldst06.dH A D22-Nov-2012900

ldst06.sH A D22-Nov-2012439

pfam.dH A D22-Nov-20125.8 KiB

pfam.sH A D22-Nov-20122.7 KiB

pfmam.dH A D22-Nov-20125.9 KiB

pfmam.sH A D22-Nov-20122.8 KiB

pfmsm.dH A D22-Nov-20125.9 KiB

pfmsm.sH A D22-Nov-20122.8 KiB

pfsm.dH A D22-Nov-20125.8 KiB

pfsm.sH A D22-Nov-20122.7 KiB

pseudo-ops01.dH A D22-Nov-2012314

pseudo-ops01.sH A D22-Nov-2012168

README.i860H A D05-Sep-20171.7 KiB

regress01.dH A D22-Nov-2012630

regress01.sH A D22-Nov-2012430

shift.dH A D22-Nov-20122.9 KiB

shift.sH A D22-Nov-20121.6 KiB

simd.dH A D22-Nov-20123.8 KiB

simd.sH A D22-Nov-20121.8 KiB

system.dH A D22-Nov-20122.4 KiB

system.sH A D22-Nov-20121.2 KiB

xp.dH A D22-Nov-20128.7 KiB

xp.sH A D22-Nov-20124.7 KiB

README.i860

1
2Testsuite for the i860 version of the GNU assembler
3---------------------------------------------------
4
5This is a simple testsuite for the i860 assembler.  It currently
6consists mostly of testcases for checking that every instruction is
7parsed correctly and that correct object code is generated (these
8are called "blah.s").  The files called "blah-err.s" test for error
9conditions.
10
11The suite includes testcases for the base i860XR instruction set as well
12as the enhanced i860XP instructions and control registers.
13
14The expected results files were generated using the UNIX System V/i860
15Release 4 vendor assembler (/usr/ccs/bin/as -V reports version
16"Standard C Development Environment  (SCDE) 5.0 12/08/89").  This
17way GAS/i860 is tested against a known good assembler.
18
19TODO:
20 - Relocation testing is basically non-existent.
21 - pst.d (pixel store) is the only instruction with no testcase.
22 - Some pseudo instructions need testcases (mov, all pfmov, etc.).
23 - More tests for dual instruction mode: check that dual mode has a
24   proper pair (FLOP/core) of instructions, and other error conditions.
25 - Most current testcases use the default AT&T/SVR4 syntax; a few simple
26   tests of the Intel syntax should be added to prevent bitrot (including
27   relocatable expression syntax, etc).  Test file dual03.s uses Intel
28   syntax lightly (i.e., register names without '%' prefix).
29
30Contact me (Jason Eckhardt, jle@rice.edu) if you'd like to help.
31
32Known testsuite failures:
33  - none.
34
35Copyright (C) 2012-2017 Free Software Foundation, Inc.
36
37Copying and distribution of this file, with or without modification,
38are permitted in any medium without royalty provided the copyright
39notice and this notice are preserved.
40