Home
last modified time | relevance | path

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

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