URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [h8500/] [negsi2.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
long __negsi2(long x) { return ~x+1; }
Go to most recent revision | Compare with Previous | Blame | View Log