tag | line | file | source code |
dfloat | 115 | arch/i386/math-emu/fpu_proto.h | extern int reg_load_double(double *dfloat, FPU_REG *loaded_data); |
dfloat | 122 | arch/i386/math-emu/fpu_proto.h | extern int reg_store_double(double *dfloat, FPU_REG *st0_ptr); |
dfloat | 140 | arch/i386/math-emu/reg_ld_str.c | int reg_load_double(double *dfloat, FPU_REG *loaded_data) |
dfloat | 146 | arch/i386/math-emu/reg_ld_str.c | FPU_verify_area(VERIFY_READ, dfloat, 8); |
dfloat | 147 | arch/i386/math-emu/reg_ld_str.c | m64 = get_fs_long(1 + (unsigned long *) dfloat); |
dfloat | 148 | arch/i386/math-emu/reg_ld_str.c | l64 = get_fs_long((unsigned long *) dfloat); |
dfloat | 461 | arch/i386/math-emu/reg_ld_str.c | int reg_store_double(double *dfloat, FPU_REG *st0_ptr) |
dfloat | 633 | arch/i386/math-emu/reg_ld_str.c | FPU_verify_area(VERIFY_WRITE,(void *)dfloat,8); |
dfloat | 634 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(0, (unsigned long *) dfloat); |
dfloat | 635 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(0xfff80000, 1 + (unsigned long *) dfloat); |
dfloat | 646 | arch/i386/math-emu/reg_ld_str.c | FPU_verify_area(VERIFY_WRITE,(void *)dfloat,8); |
dfloat | 647 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(l[0], (unsigned long *)dfloat); |
dfloat | 648 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(l[1], 1 + (unsigned long *)dfloat); |