URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [necv70/] [machine/] [registers.h] - Rev 847
Go to most recent revision | Compare with Previous | Blame | View Log
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;
Go to most recent revision | Compare with Previous | Blame | View Log