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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/math-emu/
H A Dfpu_aux.c138 u_char sti_tag = (tag_word >> (regnri * 2)) & 3; local
141 if (sti_tag == TAG_Empty) {
148 FPU_copy_to_reg0(sti_ptr, sti_tag);
153 if (sti_tag == TAG_Empty) {
168 tag_word |= (sti_tag << (regnr * 2)) | (st0_tag << (regnri * 2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_aux.c138 u_char sti_tag = (tag_word >> (regnri * 2)) & 3; local
141 if (sti_tag == TAG_Empty) {
148 FPU_copy_to_reg0(sti_ptr, sti_tag);
153 if (sti_tag == TAG_Empty) {
168 tag_word |= (sti_tag << (regnr * 2)) | (st0_tag << (regnri * 2));

Completed in 109 milliseconds