st0_tag 138 arch/x86/math-emu/fpu_aux.c u_char st0_tag = (tag_word >> (regnr * 2)) & 3; st0_tag 141 arch/x86/math-emu/fpu_aux.c if (st0_tag == TAG_Empty) { st0_tag 157 arch/x86/math-emu/fpu_aux.c FPU_copy_to_regi(st0_ptr, st0_tag, i); st0_tag 169 arch/x86/math-emu/fpu_aux.c tag_word |= (sti_tag << (regnr * 2)) | (st0_tag << (regnri * 2)); st0_tag 126 arch/x86/math-emu/fpu_emu.h typedef void (*FUNC_ST0) (FPU_REG *st0_ptr, u_char st0_tag); st0_tag 152 arch/x86/math-emu/fpu_emu.h #define NOT_EMPTY_ST0 (st0_tag ^ TAG_Empty) st0_tag 109 arch/x86/math-emu/fpu_entry.c u_char loaded_tag, st0_tag; st0_tag 267 arch/x86/math-emu/fpu_entry.c st0_tag = FPU_gettag0(); st0_tag 317 arch/x86/math-emu/fpu_entry.c if (((st0_tag == TAG_Special) && isNaN(st0_ptr)) st0_tag 360 arch/x86/math-emu/fpu_entry.c if ((st0_tag == TAG_Zero) && st0_tag 433 arch/x86/math-emu/fpu_entry.c if (st0_tag == TAG_Zero) st0_tag 474 arch/x86/math-emu/fpu_entry.c st0_tag = FPU_gettag0(); st0_tag 98 arch/x86/math-emu/fpu_proto.h extern void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, FPU_REG *st1_ptr, st0_tag 134 arch/x86/math-emu/fpu_proto.h extern int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, st0_tag 136 arch/x86/math-emu/fpu_proto.h extern int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, st0_tag 138 arch/x86/math-emu/fpu_proto.h extern int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, st0_tag 140 arch/x86/math-emu/fpu_proto.h extern int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, st0_tag 142 arch/x86/math-emu/fpu_proto.h extern int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d); st0_tag 143 arch/x86/math-emu/fpu_proto.h extern int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d); st0_tag 144 arch/x86/math-emu/fpu_proto.h extern int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d); st0_tag 40 arch/x86/math-emu/fpu_trig.c int tag, st0_tag = TAG_Valid; st0_tag 63 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_normalize(&tmp); st0_tag 64 arch/x86/math-emu/fpu_trig.c FPU_copy_to_reg0(&tmp, st0_tag); st0_tag 68 arch/x86/math-emu/fpu_trig.c st0_tag = st0_tag 91 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_add(&tmp, tmptag, 0, FULL_PRECISION); st0_tag 124 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_sub(LOADED | (tmptag & 0x0f), (int)&tmp, st0_tag 135 arch/x86/math-emu/fpu_trig.c st0_tag = st0_tag 144 arch/x86/math-emu/fpu_trig.c FPU_settag0(st0_tag); st0_tag 180 arch/x86/math-emu/fpu_trig.c static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 182 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Empty) st0_tag 184 arch/x86/math-emu/fpu_trig.c else if (st0_tag == TW_NaN) st0_tag 192 arch/x86/math-emu/fpu_trig.c static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 196 arch/x86/math-emu/fpu_trig.c switch (st0_tag) { st0_tag 276 arch/x86/math-emu/fpu_trig.c static void fptan(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 283 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Empty) { st0_tag 298 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Valid) { st0_tag 316 arch/x86/math-emu/fpu_trig.c st0_tag = st0_tag 318 arch/x86/math-emu/fpu_trig.c FPU_settag0(st0_tag); st0_tag 325 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Zero) { st0_tag 332 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 333 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 335 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Denormal) { st0_tag 342 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Infinity) { st0_tag 352 arch/x86/math-emu/fpu_trig.c single_arg_2_error(st0_ptr, st0_tag); st0_tag 355 arch/x86/math-emu/fpu_trig.c static void fxtract(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 368 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Valid) { st0_tag 384 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TAG_Zero) { st0_tag 396 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 397 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 399 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Denormal) { st0_tag 407 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_Infinity) { st0_tag 414 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_NaN) { st0_tag 421 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TAG_Empty) { st0_tag 448 arch/x86/math-emu/fpu_trig.c static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 454 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Valid) { st0_tag 476 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Zero) st0_tag 479 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 480 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 482 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Infinity) { st0_tag 486 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_Denormal) { st0_tag 502 arch/x86/math-emu/fpu_trig.c single_arg_error(st0_ptr, st0_tag); st0_tag 506 arch/x86/math-emu/fpu_trig.c static void frndint_(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 510 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Valid) { st0_tag 520 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Denormal) { st0_tag 526 arch/x86/math-emu/fpu_trig.c if ((flags = FPU_round_to_int(st0_ptr, st0_tag))) st0_tag 536 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Zero) st0_tag 539 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 540 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 542 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Denormal) st0_tag 544 arch/x86/math-emu/fpu_trig.c else if (st0_tag == TW_Infinity) st0_tag 547 arch/x86/math-emu/fpu_trig.c single_arg_error(st0_ptr, st0_tag); st0_tag 681 arch/x86/math-emu/fpu_trig.c static void fcos(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 683 arch/x86/math-emu/fpu_trig.c f_cos(st0_ptr, st0_tag); st0_tag 686 arch/x86/math-emu/fpu_trig.c static void fsincos(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 693 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Empty) { st0_tag 708 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 711 arch/x86/math-emu/fpu_trig.c tag = st0_tag; st0_tag 727 arch/x86/math-emu/fpu_trig.c if (!fsin(st0_ptr, st0_tag)) { st0_tag 729 arch/x86/math-emu/fpu_trig.c FPU_copy_to_reg0(&arg, st0_tag); st0_tag 730 arch/x86/math-emu/fpu_trig.c f_cos(&st(0), st0_tag); st0_tag 733 arch/x86/math-emu/fpu_trig.c FPU_copy_to_reg0(&arg, st0_tag); st0_tag 779 arch/x86/math-emu/fpu_trig.c static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) st0_tag 784 arch/x86/math-emu/fpu_trig.c if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { st0_tag 883 arch/x86/math-emu/fpu_trig.c tmptag = st0_tag; st0_tag 955 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 956 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 960 arch/x86/math-emu/fpu_trig.c if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) st0_tag 961 arch/x86/math-emu/fpu_trig.c || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) st0_tag 962 arch/x86/math-emu/fpu_trig.c || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) { st0_tag 966 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) { st0_tag 969 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TAG_Zero) { st0_tag 986 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) { st0_tag 991 arch/x86/math-emu/fpu_trig.c if (((st0_tag == TW_Denormal) st0_tag 1002 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_Infinity) { st0_tag 1012 arch/x86/math-emu/fpu_trig.c if ((st0_tag != TW_NaN) && (st1_tag != TW_NaN)) st0_tag 1021 arch/x86/math-emu/fpu_trig.c static void fyl2x(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 1030 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TAG_Valid) && (st1_tag == TAG_Valid)) { st0_tag 1034 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Denormal) st0_tag 1083 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 1084 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 1088 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) { st0_tag 1091 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag <= TW_Denormal) && (st1_tag <= TW_Denormal)) { st0_tag 1092 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Zero) { st0_tag 1114 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_Denormal) st0_tag 1130 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_NaN) || (st1_tag == TW_NaN)) { st0_tag 1131 arch/x86/math-emu/fpu_trig.c if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) st0_tag 1135 arch/x86/math-emu/fpu_trig.c else if (st0_tag == TW_Infinity) { st0_tag 1152 arch/x86/math-emu/fpu_trig.c else if (((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) st0_tag 1167 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TW_Denormal) st0_tag 1175 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Zero) { st0_tag 1192 arch/x86/math-emu/fpu_trig.c static void fpatan(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 1199 arch/x86/math-emu/fpu_trig.c if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { st0_tag 1202 arch/x86/math-emu/fpu_trig.c poly_atan(st0_ptr, st0_tag, st1_ptr, st1_tag); st0_tag 1209 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 1210 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 1214 arch/x86/math-emu/fpu_trig.c if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) st0_tag 1215 arch/x86/math-emu/fpu_trig.c || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) st0_tag 1216 arch/x86/math-emu/fpu_trig.c || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) { st0_tag 1221 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) { st0_tag 1224 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_NaN) || (st1_tag == TW_NaN)) { st0_tag 1225 arch/x86/math-emu/fpu_trig.c if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) >= 0) st0_tag 1228 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_Infinity) || (st1_tag == TW_Infinity)) { st0_tag 1230 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Infinity) { st0_tag 1261 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TW_Denormal) st0_tag 1272 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TW_Denormal) && (denormal_operand() < 0)) st0_tag 1283 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TAG_Zero) { st0_tag 1302 arch/x86/math-emu/fpu_trig.c static void fprem(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 1304 arch/x86/math-emu/fpu_trig.c do_fprem(st0_ptr, st0_tag, RC_CHOP); st0_tag 1307 arch/x86/math-emu/fpu_trig.c static void fprem1(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 1309 arch/x86/math-emu/fpu_trig.c do_fprem(st0_ptr, st0_tag, RC_RND); st0_tag 1312 arch/x86/math-emu/fpu_trig.c static void fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 1319 arch/x86/math-emu/fpu_trig.c if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { st0_tag 1335 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 1336 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 1340 arch/x86/math-emu/fpu_trig.c if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) st0_tag 1341 arch/x86/math-emu/fpu_trig.c || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) st0_tag 1342 arch/x86/math-emu/fpu_trig.c || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) { st0_tag 1347 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TAG_Empty) | (st1_tag == TAG_Empty)) { st0_tag 1350 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TAG_Zero) { st0_tag 1359 arch/x86/math-emu/fpu_trig.c FPU_copy_to_reg1(st0_ptr, st0_tag); st0_tag 1369 arch/x86/math-emu/fpu_trig.c if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) st0_tag 1380 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) { st0_tag 1392 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_Denormal) st0_tag 1397 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_Denormal) st0_tag 1414 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_Denormal) st0_tag 1419 arch/x86/math-emu/fpu_trig.c } else if ((st0_tag == TW_Denormal) st0_tag 1425 arch/x86/math-emu/fpu_trig.c if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) st0_tag 1429 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_NaN) { st0_tag 1430 arch/x86/math-emu/fpu_trig.c if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) st0_tag 1432 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_Infinity) { st0_tag 1434 arch/x86/math-emu/fpu_trig.c if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) st0_tag 1481 arch/x86/math-emu/fpu_trig.c static void fscale(FPU_REG *st0_ptr, u_char st0_tag) st0_tag 1489 arch/x86/math-emu/fpu_trig.c if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { st0_tag 1528 arch/x86/math-emu/fpu_trig.c if (st0_tag == TAG_Special) st0_tag 1529 arch/x86/math-emu/fpu_trig.c st0_tag = FPU_Special(st0_ptr); st0_tag 1533 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) { st0_tag 1537 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TW_Denormal) st0_tag 1545 arch/x86/math-emu/fpu_trig.c if (st0_tag == TW_Denormal) st0_tag 1554 arch/x86/math-emu/fpu_trig.c if ((st0_tag == TW_Denormal) st0_tag 1569 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TAG_Zero) { st0_tag 1588 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_Infinity) { st0_tag 1607 arch/x86/math-emu/fpu_trig.c } else if (st0_tag == TW_NaN) { st0_tag 1614 arch/x86/math-emu/fpu_trig.c if (!((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty))) { st0_tag 72 arch/x86/math-emu/load_store.c u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */ st0_tag 98 arch/x86/math-emu/load_store.c st0_tag = FPU_gettag0(); st0_tag 166 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (long __user *)data_address)) st0_tag 176 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (long long __user *)data_address)) st0_tag 186 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (short __user *)data_address)) st0_tag 193 arch/x86/math-emu/load_store.c FPU_store_single(st0_ptr, st0_tag, st0_tag 198 arch/x86/math-emu/load_store.c FPU_store_int32(st0_ptr, st0_tag, (long __user *)data_address); st0_tag 202 arch/x86/math-emu/load_store.c FPU_store_double(st0_ptr, st0_tag, st0_tag 207 arch/x86/math-emu/load_store.c FPU_store_int16(st0_ptr, st0_tag, (short __user *)data_address); st0_tag 212 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (float __user *)data_address)) st0_tag 219 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (long __user *)data_address)) st0_tag 226 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (double __user *)data_address)) st0_tag 233 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (short __user *)data_address)) st0_tag 288 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (u_char __user *) data_address)) st0_tag 302 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (long double __user *)data_address)) st0_tag 316 arch/x86/math-emu/load_store.c (st0_ptr, st0_tag, (long long __user *)data_address)) st0_tag 52 arch/x86/math-emu/poly_atan.c void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, st0_tag 63 arch/x86/math-emu/poly_atan.c if (st0_tag == TAG_Valid) { st0_tag 27 arch/x86/math-emu/reg_compare.c u_char st0_tag; st0_tag 33 arch/x86/math-emu/reg_compare.c st0_tag = FPU_gettag0(); st0_tag 38 arch/x86/math-emu/reg_compare.c if (st0_tag == TAG_Special) st0_tag 39 arch/x86/math-emu/reg_compare.c st0_tag = FPU_Special(st0_ptr); st0_tag 41 arch/x86/math-emu/reg_compare.c if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal)) st0_tag 43 arch/x86/math-emu/reg_compare.c if (st0_tag == TAG_Zero) { st0_tag 54 arch/x86/math-emu/reg_compare.c if (st0_tag == TAG_Valid) st0_tag 57 arch/x86/math-emu/reg_compare.c if (st0_tag == TW_Denormal) st0_tag 63 arch/x86/math-emu/reg_compare.c if (st0_tag == TW_Infinity) { st0_tag 79 arch/x86/math-emu/reg_compare.c if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) st0_tag 82 arch/x86/math-emu/reg_compare.c if (st0_tag == TW_Denormal) st0_tag 91 arch/x86/math-emu/reg_compare.c if ((st0_tag == TW_NaN) || (tagb == TW_NaN)) { st0_tag 93 arch/x86/math-emu/reg_compare.c if (st0_tag == TW_NaN) { st0_tag 118 arch/x86/math-emu/reg_compare.c | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ? st0_tag 122 arch/x86/math-emu/reg_compare.c if ((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) { st0_tag 154 arch/x86/math-emu/reg_compare.c | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ? st0_tag 159 arch/x86/math-emu/reg_compare.c | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ? st0_tag 164 arch/x86/math-emu/reg_compare.c | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ? st0_tag 337 arch/x86/math-emu/reg_ld_str.c int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, st0_tag 346 arch/x86/math-emu/reg_ld_str.c if (st0_tag != TAG_Empty) { st0_tag 379 arch/x86/math-emu/reg_ld_str.c int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) st0_tag 389 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TAG_Valid) { st0_tag 396 arch/x86/math-emu/reg_ld_str.c if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) { st0_tag 493 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Zero) { st0_tag 495 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Special) { st0_tag 496 arch/x86/math-emu/reg_ld_str.c st0_tag = FPU_Special(st0_ptr); st0_tag 497 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TW_Denormal) { st0_tag 508 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TW_Infinity) { st0_tag 510 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TW_NaN) { st0_tag 535 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Empty) { st0_tag 564 arch/x86/math-emu/reg_ld_str.c int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) st0_tag 572 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TAG_Valid) { st0_tag 582 arch/x86/math-emu/reg_ld_str.c if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) { st0_tag 674 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Zero) { st0_tag 676 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Special) { st0_tag 677 arch/x86/math-emu/reg_ld_str.c st0_tag = FPU_Special(st0_ptr); st0_tag 678 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TW_Denormal) { st0_tag 690 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TW_Infinity) { st0_tag 692 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TW_NaN) { st0_tag 720 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Empty) { st0_tag 753 arch/x86/math-emu/reg_ld_str.c int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) st0_tag 759 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TAG_Empty) { st0_tag 763 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Special) { st0_tag 764 arch/x86/math-emu/reg_ld_str.c st0_tag = FPU_Special(st0_ptr); st0_tag 765 arch/x86/math-emu/reg_ld_str.c if ((st0_tag == TW_Infinity) || (st0_tag == TW_NaN)) { st0_tag 772 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag); st0_tag 803 arch/x86/math-emu/reg_ld_str.c int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) st0_tag 808 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TAG_Empty) { st0_tag 812 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Special) { st0_tag 813 arch/x86/math-emu/reg_ld_str.c st0_tag = FPU_Special(st0_ptr); st0_tag 814 arch/x86/math-emu/reg_ld_str.c if ((st0_tag == TW_Infinity) || (st0_tag == TW_NaN)) { st0_tag 821 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag); st0_tag 849 arch/x86/math-emu/reg_ld_str.c int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) st0_tag 854 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TAG_Empty) { st0_tag 858 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Special) { st0_tag 859 arch/x86/math-emu/reg_ld_str.c st0_tag = FPU_Special(st0_ptr); st0_tag 860 arch/x86/math-emu/reg_ld_str.c if ((st0_tag == TW_Infinity) || (st0_tag == TW_NaN)) { st0_tag 867 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag); st0_tag 895 arch/x86/math-emu/reg_ld_str.c int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) st0_tag 903 arch/x86/math-emu/reg_ld_str.c if (st0_tag == TAG_Empty) { st0_tag 907 arch/x86/math-emu/reg_ld_str.c } else if (st0_tag == TAG_Special) { st0_tag 908 arch/x86/math-emu/reg_ld_str.c st0_tag = FPU_Special(st0_ptr); st0_tag 909 arch/x86/math-emu/reg_ld_str.c if ((st0_tag == TW_Infinity) || (st0_tag == TW_NaN)) { st0_tag 916 arch/x86/math-emu/reg_ld_str.c precision_loss = FPU_round_to_int(&t, st0_tag);