Lines Matching refs:soft
50 #define FPU_info (I387->soft.info)
60 #define FPU_lookahead (I387->soft.lookahead)
64 #define no_ip_update (*(u_char *)&(I387->soft.no_update))
65 #define FPU_rm (*(u_char *)&(I387->soft.rm))
69 #define access_limit (*(u_char *)&(I387->soft.alimit))
71 #define partial_status (I387->soft.swd)
72 #define control_word (I387->soft.cwd)
73 #define fpu_tag_word (I387->soft.twd)
74 #define registers (I387->soft.st_space)
75 #define top (I387->soft.ftop)
77 #define instruction_address (*(struct address *)&I387->soft.fip)
78 #define operand_address (*(struct address *)&I387->soft.foo)