yasm/modules/objfmts/bin/tests
Peter Johnson 1f6c405d98 Add support for IEEE-754r "half precision" (16-bit) float format.
This format is used by SSE5.
Update minor tests; more extensive tests will be added soon.

svn path=/trunk/yasm/; revision=1954
2007-09-16 20:41:16 +00:00
..
abs.asm Add test for a large absolute section. By: H. Peter Anvin <hpa@zytor.com>. 2002-11-21 05:28:06 +00:00
abs.hex Add test for a large absolute section. By: H. Peter Anvin <hpa@zytor.com>. 2002-11-21 05:28:06 +00:00
bigorg.asm Change some optimization settings so that imm8 optimizations actually get 2005-11-07 05:12:22 +00:00
bigorg.errwarn Change some optimization settings so that imm8 optimizations actually get 2005-11-07 05:12:22 +00:00
bigorg.hex Change some optimization settings so that imm8 optimizations actually get 2005-11-07 05:12:22 +00:00
bin-farabs.asm - Fix much brokenness in absolute value handling, particularly in regards to 2006-09-29 07:18:45 +00:00
bin-farabs.hex - Fix much brokenness in absolute value handling, particularly in regards to 2006-09-29 07:18:45 +00:00
bin-rip.asm Fix bin objfmt handling of cross-section RIP-relative values; also clean 2007-06-04 01:12:37 +00:00
bin-rip.hex Fix bin objfmt handling of cross-section RIP-relative values; also clean 2007-06-04 01:12:37 +00:00
bin_test.sh * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion. 2004-09-04 01:24:57 +00:00
bintest.asm Unbreak bin output (label resolution, Bug#6). Also fix alignment bug. 2002-10-07 19:39:47 +00:00
bintest.hex Unbreak bin output (label resolution, Bug#6). Also fix alignment bug. 2002-10-07 19:39:47 +00:00
float-err.asm Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
float-err.errwarn Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
float.asm Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
float.hex Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
integer-warn.asm Check for integer warnings. 2002-05-03 02:21:51 +00:00
integer-warn.errwarn Big output_expr(), intnum_tobytes(), and floatnum_tobytes() changes: 2003-07-25 03:27:21 +00:00
integer-warn.hex Make test scripts more portable by detecting echo line-ending features, using 2002-10-04 07:23:11 +00:00
integer.asm A number of fixes to float and integer handling on the output side: 2002-05-02 06:09:07 +00:00
integer.hex Create a common out_test.sh test script to be used by a variety of tests. 2002-10-03 19:08:13 +00:00
levelop.asm Fix bug in edge case of expr_level_op(): single intnum in expression with 2003-07-16 04:55:07 +00:00
levelop.hex Fix bug in edge case of expr_level_op(): single intnum in expression with 2003-07-16 04:55:07 +00:00
Makefile.inc Fix bin objfmt handling of cross-section RIP-relative values; also clean 2007-06-04 01:12:37 +00:00
reserve.asm Fix warning message for zeroing uninit space so it prints on the correct line. 2002-04-29 03:59:38 +00:00
reserve.errwarn Run test input files through standard input instead of as input files to avoid 2002-10-21 07:38:15 +00:00
reserve.hex Make test scripts more portable by detecting echo line-ending features, using 2002-10-04 07:23:11 +00:00
shr.asm Fix #97: Support right-shifted symbols in binary output (the root cause). 2007-01-28 00:47:16 +00:00
shr.hex Fix #97: Support right-shifted symbols in binary output (the root cause). 2007-01-28 00:47:16 +00:00