tag | line | file | source code |
---|---|---|---|
stnr | 1243 | arch/i386/math-emu/reg_ld_str.c | int i, stnr; |
stnr | 1250 | arch/i386/math-emu/reg_ld_str.c | stnr = (i+top) & 7; |
stnr | 1251 | arch/i386/math-emu/reg_ld_str.c | tag = regs[stnr].tag; /* Derived from the fldenv() loaded tag word. */ |
stnr | 1252 | arch/i386/math-emu/reg_ld_str.c | reg_load_extended((long double *)(s+i*10), ®s[stnr]); |
stnr | 1254 | arch/i386/math-emu/reg_ld_str.c | regs[stnr].tag = tag; |