Searched refs:st_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/math-emu/
H A Dreg_compare.c210 FPU_REG *st_ptr; local
219 st_ptr = &st(nr);
220 c = compare(st_ptr, FPU_gettagi(nr));
256 FPU_REG *st_ptr; local
266 st_ptr = &st(nr);
267 c = compare(st_ptr, FPU_gettagi(nr));
304 FPU_REG *st_ptr; local
313 st_ptr = &st(nr);
314 c = compare(st_ptr, FPU_gettagi(nr));
354 FPU_REG *st_ptr; local
[all...]
H A Dreg_divide.c31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; local
50 st_ptr = a;
62 st_ptr = b;

Completed in 198 milliseconds