Searched refs:sti_tag (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
H A Dfpu_aux.c138 u_char sti_tag = (tag_word >> (regnri * 2)) & 3; fxch_i() local
141 if (sti_tag == TAG_Empty) { fxch_i()
148 FPU_copy_to_reg0(sti_ptr, sti_tag); fxch_i()
153 if (sti_tag == TAG_Empty) { fxch_i()
168 tag_word |= (sti_tag << (regnr * 2)) | (st0_tag << (regnri * 2)); fxch_i()

Completed in 28 milliseconds