taglinefilesource code
reg_store_single123arch/i386/math-emu/fpu_proto.hextern int reg_store_single(float *single, FPU_REG *st0_ptr);
reg_store_single149arch/i386/math-emu/load_store.creg_store_single((float *)data_address, st0_ptr);
reg_store_single165arch/i386/math-emu/load_store.cif ( reg_store_single((float *)data_address, st0_ptr) )