Searched refs:spec2 (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | fma.c | 53 const char *spec2; in interpret_tables() local 112 spec2 = table2[cls_p][cls_c]; in interpret_tables() 113 if (strcmp(spec2, "T(-inf)") == 0) { in interpret_tables() 115 } else if (strcmp(spec2, "T(+inf)") == 0) { in interpret_tables() 117 } else if (strcmp(spec2, "T(-0)") == 0) { in interpret_tables() 119 } else if (strcmp(spec2, "T(+0)") == 0 || strcmp(spec2, "Rezd") == 0) { in interpret_tables() 121 } else if (strcmp(spec2, "R(c)") == 0 || strcmp(spec2, "T(c)") == 0) { in interpret_tables() 123 } else if (strcmp(spec2, "R(p)") == 0 || strcmp(spec2, "T(p)") == 0) { in interpret_tables() 125 } else if (strcmp(spec2, "R(p+c)") == 0 || strcmp(spec2, "T(p+c)") == 0) { in interpret_tables() 140 } else if (strcmp(spec2, "Xi: T(dNaN)") == 0) { in interpret_tables() [all …]
|