tag
line
file
source code
reg_store_int64
124
arch/i386/math-emu/fpu_proto.h
extern int reg_store_int64(long long *d, FPU_REG *st0_ptr);
reg_store_int64
254
arch/i386/math-emu/load_store.c
if ( reg_store_int64((long long *)data_address, st0_ptr) )