Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/s390x/
H A Dfma.c53 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 …]
/openbmc/linux/include/uapi/linux/
H A Dfd.h260 int spec2; /* spec2 value last used */ member
/openbmc/linux/drivers/block/
H A Dfloppy.c843 fdc_state[fdc].spec1 = fdc_state[fdc].spec2 = -1; in reset_fdc_info()
1282 unsigned char spec2; in fdc_specify() local
1348 spec2 = (hlt << 1) | (use_virtual_dma & 1); in fdc_specify()
1352 fdc_state[fdc].spec2 != spec2) { in fdc_specify()
1356 output_byte(fdc, fdc_state[fdc].spec2 = spec2); in fdc_specify()
3626 compat_int_t spec2; member
3827 v32.spec2 = v.spec2; in compat_getfdcstat()