Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/math-emu/
Dfpu_aux.c139 u_char sti_tag = (tag_word >> (regnri * 2)) & 3; in fxch_i() local
142 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()
169 tag_word |= (sti_tag << (regnr * 2)) | (st0_tag << (regnri * 2)); in fxch_i()
182 u_char sti_tag = (tag_word >> (regnri * 2)) & 3; in fcmovCC() local
184 if (sti_tag == TAG_Empty) { in fcmovCC()
191 tag_word |= (sti_tag << (regnr * 2)); in fcmovCC()