Lines Matching refs:FPU_info
44 #define REG_(x) (*(long *)(reg_offset[(x)]+(u_char *) FPU_info))
57 (reg_offset_vm86[((unsigned)x)]+(u_char *) FPU_info))
74 (reg_offset_pm[((unsigned)x)]+(u_char *) FPU_info))
144 math_abort(FPU_info,SIGSEGV); in vm86_segment()
167 math_abort(FPU_info,SIGSEGV); in pm_address()
258 math_abort(FPU_info,SIGSEGV); in FPU_get_address()
351 math_abort(FPU_info,SIGSEGV); in FPU_get_address_16()
396 address += FPU_info->___ebx + FPU_info->___esi; in FPU_get_address_16()
399 address += FPU_info->___ebx + FPU_info->___edi; in FPU_get_address_16()
402 address += FPU_info->___ebp + FPU_info->___esi; in FPU_get_address_16()
407 address += FPU_info->___ebp + FPU_info->___edi; in FPU_get_address_16()
412 address += FPU_info->___esi; in FPU_get_address_16()
415 address += FPU_info->___edi; in FPU_get_address_16()
418 address += FPU_info->___ebp; in FPU_get_address_16()
423 address += FPU_info->___ebx; in FPU_get_address_16()