Home
last modified time | relevance | path

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

/qemu/tests/tcg/loongarch64/
H A Dtest_fclass.c8 #define FLOAT_CLASS_NEGATIVE_SUBNORMAL 0x010 macro
31 case FLOAT_CLASS_NEGATIVE_SUBNORMAL: \
/qemu/target/mips/tcg/
H A Dfpu_helper.c1139 #define FLOAT_CLASS_NEGATIVE_SUBNORMAL 0x010 macro
1158 return FLOAT_CLASS_NEGATIVE_SUBNORMAL; in float_class_d()
1192 return FLOAT_CLASS_NEGATIVE_SUBNORMAL; in float_class_s()