tag | line | file | source code |
templ | 665 | drivers/FPU-emu/reg_ld_str.c | long templ; |
templ | 715 | drivers/FPU-emu/reg_ld_str.c | templ = tmp.sigl; |
templ | 772 | drivers/FPU-emu/reg_ld_str.c | templ = (tmp.sigh >> 8) & 0x007fffff; |
templ | 786 | drivers/FPU-emu/reg_ld_str.c | templ = 0x7f800000; |
templ | 789 | drivers/FPU-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
templ | 794 | drivers/FPU-emu/reg_ld_str.c | templ = 0; |
templ | 798 | drivers/FPU-emu/reg_ld_str.c | templ = 0x7f800000; |
templ | 803 | drivers/FPU-emu/reg_ld_str.c | templ = FPU_st0_ptr->sigh >> 8; |
templ | 810 | drivers/FPU-emu/reg_ld_str.c | templ |= (0x40000000 >> 8); |
templ | 812 | drivers/FPU-emu/reg_ld_str.c | templ |= 0x7f800000; |
templ | 839 | drivers/FPU-emu/reg_ld_str.c | templ |= 0x80000000; |
templ | 843 | drivers/FPU-emu/reg_ld_str.c | put_fs_long(templ,(unsigned long *) single); |