Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_aux.c136 u_char sti_tag = (tag_word >> (regnri*2)) & 3; in fxch_i() local
140 if ( sti_tag == TAG_Empty ) in fxch_i()
149 FPU_copy_to_reg0(sti_ptr, sti_tag); in fxch_i()
154 if ( sti_tag == TAG_Empty ) in fxch_i()
171 tag_word |= (sti_tag << (regnr*2)) | (st0_tag << (regnri*2)); in fxch_i()