Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:int4

5 typedef __attribute__(( ext_vector_type(4) )) int int4;
119 int4 cmp;
130 void test7(int4 *ap, int4 *bp, int c) {
131 int4 a = *ap;
132 int4 b = *bp;
186 int4 cmp;
207 int4 cmp;
218 int test9(int4 V) {
225 int test10(int4 V) {
231 int4 test11a();
240 int4 test12(int4 V) {
247 int4 test13(int4 *V) {
255 int4 d;
282 int4 test15(uint4 V0) {
284 int4 V = !V0;