tag | line | file | source code |
---|---|---|---|
reg_load_single | 359 | arch/i386/math-emu/fpu_entry.c | unmasked = reg_load_single((float *)data_address, |
reg_load_single | 116 | arch/i386/math-emu/fpu_proto.h | extern int reg_load_single(float *single, FPU_REG *loaded_data); |
reg_load_single | 119 | arch/i386/math-emu/load_store.c | reg_load_single((float *)data_address, &loaded_data); |