Home
last modified time | relevance | path

Searched refs:FP_INEXACT (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-mips/
Dcpu.h98 #define FP_INEXACT 1 macro
Dop_helper.c2117 return (xcpt & FP_INEXACT) << 5 | in mips_ex_to_ieee()