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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_system.h34 #define I387 (current->thread.fpu.state) macro
35 #define FPU_info (I387->soft.info)
45 #define FPU_lookahead (I387->soft.lookahead)
49 #define no_ip_update (*(u_char *)&(I387->soft.no_update))
50 #define FPU_rm (*(u_char *)&(I387->soft.rm))
54 #define access_limit (*(u_char *)&(I387->soft.alimit))
56 #define partial_status (I387->soft.swd)
57 #define control_word (I387->soft.cwd)
58 #define fpu_tag_word (I387->soft.twd)
59 #define registers (I387
[all...]
H A Dreg_ld_str.c1183 I387->soft.fcs &= ~0xf8000000;
1184 I387->soft.fos |= 0xffff0000;

Completed in 110 milliseconds