source: trunk/libs/newlib/src/newlib/libc/machine/necv70/machine/registers.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 282 bytes
Line 
1
2
3typedef struct 
4{
5        int fp_rounding:2;      /* fp rounding control          */
6        int integer_rounding:1; /* integer rounding             */
7        int rfu:1;              /* reserved                     */
8        int fp_trap:5;          /* floating point trap bits     */
9        int otm:1;     
10        int rfu2:3;
11        int att:3;
12        int rfu3:16;
13} v60_tkcw_type;
14
Note: See TracBrowser for help on using the repository browser.