Home | History | Annotate | Download | only in x86

Lines Matching refs:UChar

6 typedef  unsigned char  UChar;
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUInt();
78 regR[j] = (UChar)randomUInt();
89 UChar* regL = malloc(16);
90 UChar* regR = malloc(16);
95 regL[j] = (UChar)randomUInt();
100 regR[j] = (UChar)randomUInt();