tag | line | file | source code |
---|---|---|---|
reg_store_int16 | 126 | arch/i386/math-emu/fpu_proto.h | extern int reg_store_int16(short *d, FPU_REG *st0_ptr); |
reg_store_int16 | 161 | arch/i386/math-emu/load_store.c | reg_store_int16((short *)data_address, st0_ptr); |
reg_store_int16 | 183 | arch/i386/math-emu/load_store.c | if ( reg_store_int16((short *)data_address, st0_ptr) ) |