Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/s390x/
H A Dfma.c55 int cls_p; in interpret_tables() local
60 cls_p = CLASS_MINUS_INF; in interpret_tables()
62 cls_p = CLASS_PLUS_INF; in interpret_tables()
64 cls_p = CLASS_MINUS_ZERO; in interpret_tables()
66 cls_p = CLASS_PLUS_ZERO; in interpret_tables()
68 cls_p = cls_a; in interpret_tables()
71 cls_p = cls_b; in interpret_tables()
78 cls_p = cls_a == cls_b ? CLASS_PLUS_FN : CLASS_MINUS_FN; in interpret_tables()
112 spec2 = table2[cls_p][cls_c]; in interpret_tables()