URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [vshuf-v4hi.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
typedef unsigned short V __attribute__((vector_size(8))); typedef V VI; #define A 0x1112 #define B 0x2122 #define C 0x3132 #define D 0x4142 #define W 0xc1c2 #define X 0xd1d2 #define Y 0xe1e2 #define Z 0xf1f2 #include "vshuf-4.inc" #include "vshuf-main.inc"
Go to most recent revision | Compare with Previous | Blame | View Log