Symbol: CW_Invalid
arch/x86/math-emu/errors.c
386
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
391
return (!(control_word & CW_Invalid) ? FPU_Exception :
arch/x86/math-emu/errors.c
397
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
408
return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
arch/x86/math-emu/errors.c
434
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
439
return (!(control_word & CW_Invalid) ? FPU_Exception : 0) |
arch/x86/math-emu/errors.c
474
if ((!signalling) || (control_word & CW_Invalid)) {
arch/x86/math-emu/errors.c
492
return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
arch/x86/math-emu/errors.c
502
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
507
return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid;
arch/x86/math-emu/errors.c
633
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
648
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
662
if (control_word & CW_Invalid) {
arch/x86/math-emu/errors.c
676
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_aux.c
121
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_aux.c
147
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_aux.c
155
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_entry.c
330
CW_Invalid))
arch/x86/math-emu/fpu_entry.c
448
&& (control_word & CW_Invalid))
arch/x86/math-emu/fpu_trig.c
202
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_trig.c
216
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_trig.c
285
if (control_word & CW_Invalid) {
arch/x86/math-emu/fpu_trig.c
700
if (control_word & CW_Invalid) {
arch/x86/math-emu/reg_compare.c
216
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
224
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
262
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
271
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
310
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
320
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
360
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_compare.c
371
return !(control_word & CW_Invalid);
arch/x86/math-emu/reg_ld_str.c
363
if (control_word & CW_Invalid) {
arch/x86/math-emu/reg_ld_str.c
522
if (!(control_word & CW_Invalid))
arch/x86/math-emu/reg_ld_str.c
530
if (!(control_word & CW_Invalid))
arch/x86/math-emu/reg_ld_str.c
538
if (control_word & CW_Invalid) {
arch/x86/math-emu/reg_ld_str.c
701
if (!(control_word & CW_Invalid))
arch/x86/math-emu/reg_ld_str.c
709
if (!(control_word & CW_Invalid))
arch/x86/math-emu/reg_ld_str.c
925
if (control_word & CW_Invalid) {