nasm/include
H. Peter Anvin d081f0db5d fp: support bfloat16 constants
Support generating bfloat16 constants. This is a bit awkward, as "DW"
already generates IEEE half precision constants; therefore there is no
longer a single floating-point format for each size. This requires
some replumbing.

Fortunately bfloat16 fits in 64 bits, so support generating them with
a macro that uses __?bfloat16?__() to convert to integers first before
passing them to DW.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2020-07-16 23:11:03 -07:00
..
bytesex.h bytesex.h: more simplifications and add const 2017-11-29 17:19:27 -08:00
compiler.h compiler.h: safer/more portable version of offsetin() 2020-07-06 17:13:02 -07:00
disp8.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
error.h BR 3392652: hold smacro expansion warnings until we are sure 2020-06-04 15:59:47 -07:00
hashtbl.h preprocessor: major cleanups; inline text into Token 2019-09-23 16:40:03 -07:00
iflag.h LEA: allow immediate syntax; ignore operand size entirely 2019-08-14 15:23:00 -07:00
ilog2.h Remove #includes already provided by "compiler.h" 2018-12-27 12:45:44 -08:00
insns.h Merge tag 'nasm-2.13.03' 2018-02-07 13:51:54 -08:00
labels.h Change LBL_NONE to LBL_none 2019-09-12 20:26:23 -04:00
md5.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
nasm.h fp: support bfloat16 constants 2020-07-16 23:11:03 -07:00
nasmint.h nasmint.h: change header guards to NASM_NASMINT_H 2016-10-04 18:11:57 -07:00
nasmlib.h BR 3392667: more reasonable limit for expression descent 2020-06-01 13:21:05 -07:00
nctype.h Restore the ability to have ? in identifiers, except ? itself 2018-12-14 00:57:05 -08:00
opflags.h Add support for new instructions from ISE June 2020 2020-07-16 21:52:15 -07:00
perfhash.h Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
raa.h RAA: make pointer vs integer RAAs type safe 2018-06-18 17:11:54 -07:00
rbtree.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
rdoff.h rdoff: use nasm-provided safe memory allocation and I/O 2017-04-17 13:56:50 -07:00
saa.h saa, raa: saa_init() and raa_init() will never return NULL 2017-04-23 23:37:11 -07:00
strlist.h strlist.h: move safe_alloc declaration 2020-07-01 20:54:58 -07:00
tables.h macros: can't use the __USE_*__ macro string anymore; fix comment stripping 2019-08-15 11:53:19 -07:00
ver.h nasmlib/ver.[ch]: add "compiler.h" 2018-12-26 06:37:25 -08:00