URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [mul.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
void mulqi (char *p, char a, char b) { p[0] = a/b; }
Go to most recent revision | Compare with Previous | Blame | View Log