taglinefilesource code
single116arch/i386/math-emu/fpu_proto.hextern int reg_load_single(float *single, FPU_REG *loaded_data);
single123arch/i386/math-emu/fpu_proto.hextern int reg_store_single(float *single, FPU_REG *st0_ptr);
single217arch/i386/math-emu/reg_ld_str.cint reg_load_single(float *single, FPU_REG *loaded_data)
single223arch/i386/math-emu/reg_ld_str.cFPU_verify_area(VERIFY_READ, single, 4);
single224arch/i386/math-emu/reg_ld_str.cm32 = get_fs_long((unsigned long *) single);
single656arch/i386/math-emu/reg_ld_str.cint reg_store_single(float *single, FPU_REG *st0_ptr)
single817arch/i386/math-emu/reg_ld_str.cFPU_verify_area(VERIFY_WRITE,(void *)single,4);
single818arch/i386/math-emu/reg_ld_str.cput_fs_long(0xffc00000, (unsigned long *) single);
single836arch/i386/math-emu/reg_ld_str.cFPU_verify_area(VERIFY_WRITE,(void *)single,4);
single837arch/i386/math-emu/reg_ld_str.cput_fs_long(templ,(unsigned long *) single);