Home
last modified time | relevance | path

Searched refs:OEX_FPU_MAX (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h973 #define OEX_FPU_MAX 0x1f00 /* FPEs which may be enabled. */ macro
/freebsd-12-stable/sys/sys/
Delf_common.h76 #define OEX_FPU_MAX 0x00001f00 /* max FPU exception allowed */ macro
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h2574 _ELF_DEFINE_OEX(OEX_FPU_MAX, 0x00001F00UL, \
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c4684 info & OEX_FPU_MAX); in dump_mips_options()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c8837 process_mips_fpe_exception ((option->info & OEX_FPU_MAX) >> 8); in process_mips_specific()