Welcome to mirror list, hosted at ThFree Co, Russian Federation.

registers.h « machine « necv70 « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f02ed30c935fe945a251577dd72c981aa1d43c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


typedef struct 
{
  	int fp_rounding:2;	/* fp rounding control 		*/
  	int integer_rounding:1;	/* integer rounding 		*/
  	int rfu:1;	        /* reserved			*/
	int fp_trap:5;   	/* floating point trap bits 	*/
	int otm:1;	
	int rfu2:3;
	int att:3;
	int rfu3:16;
} v60_tkcw_type;