Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/loongarch64/
H A Dtest_fclass.c12 #define FLOAT_CLASS_POSITIVE_SUBNORMAL 0x100 macro
35 case FLOAT_CLASS_POSITIVE_SUBNORMAL: \
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1143 #define FLOAT_CLASS_POSITIVE_SUBNORMAL 0x100 macro
1168 return FLOAT_CLASS_POSITIVE_SUBNORMAL; in float_class_d()
1202 return FLOAT_CLASS_POSITIVE_SUBNORMAL; in float_class_s()