tag | line | file | source code |
---|---|---|---|
reg_store_single | 123 | arch/i386/math-emu/fpu_proto.h | extern int reg_store_single(float *single, FPU_REG *st0_ptr); |
reg_store_single | 149 | arch/i386/math-emu/load_store.c | reg_store_single((float *)data_address, st0_ptr); |
reg_store_single | 165 | arch/i386/math-emu/load_store.c | if ( reg_store_single((float *)data_address, st0_ptr) ) |