taglinefilesource code
_s117arch/i386/math-emu/fpu_proto.hextern void reg_load_int64(long long *_s, FPU_REG *loaded_data);
_s118arch/i386/math-emu/fpu_proto.hextern void reg_load_int32(long *_s, FPU_REG *loaded_data);
_s119arch/i386/math-emu/fpu_proto.hextern void reg_load_int16(short *_s, FPU_REG *loaded_data);
_s285arch/i386/math-emu/reg_ld_str.cvoid reg_load_int64(long long *_s, FPU_REG *loaded_data)
_s291arch/i386/math-emu/reg_ld_str.cFPU_verify_area(VERIFY_READ, _s, 8);
_s292arch/i386/math-emu/reg_ld_str.c((unsigned long *)&s)[0] = get_fs_long((unsigned long *) _s);
_s293arch/i386/math-emu/reg_ld_str.c((unsigned long *)&s)[1] = get_fs_long(1 + (unsigned long *) _s);
_s316arch/i386/math-emu/reg_ld_str.cvoid reg_load_int32(long *_s, FPU_REG *loaded_data)
_s322arch/i386/math-emu/reg_ld_str.cFPU_verify_area(VERIFY_READ, _s, 4);
_s323arch/i386/math-emu/reg_ld_str.cs = (long)get_fs_long((unsigned long *) _s);
_s347arch/i386/math-emu/reg_ld_str.cvoid reg_load_int16(short *_s, FPU_REG *loaded_data)
_s352arch/i386/math-emu/reg_ld_str.cFPU_verify_area(VERIFY_READ, _s, 2);
_s354arch/i386/math-emu/reg_ld_str.cs = (short)get_fs_word((unsigned short *) _s);