HomeSort by relevance Sort by last modified time
    Searched defs:v4i8 (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-mips/string/
mips-string-ops.h 98 typedef signed char v4i8 __attribute__ ((vector_size (4))); typedef
101 ((unsigned) __builtin_mips_subu_s_qb((v4i8) __01s,(v4i8) __x))
  /bionic/libc/arch-mips64/string/
mips-string-ops.h 98 typedef signed char v4i8 __attribute__ ((vector_size (4))); typedef
101 ((unsigned) __builtin_mips_subu_s_qb((v4i8) __01s,(v4i8) __x))
  /external/clang/test/CodeGen/
builtins-mips.c 10 typedef signed char v4i8 __attribute__ ((vector_size(4))); typedef
19 v4i8 v4i8_r, v4i8_a, v4i8_b, v4i8_c;
27 v4i8_a = (v4i8) {1, 2, 3, 0xFF};
28 v4i8_b = (v4i8) {2, 4, 6, 8};
91 v4i8_a = (v4i8) {1, 2, 3, 4};
124 v4i8_a = (v4i8) {0x12, 0x34, 0x56, 0x78};
142 v4i8_a = (v4i8) {1, 2, 3, 4};
145 v4i8_a = (v4i8) {128, 64, 32, 16};
168 v4i8_a = (v4i8) {0x1, 0x3, 0x5, 0x7};
211 v4i8_b = (v4i8) {1, 2, 3, 4}
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 67 v4i8 = 21, // 4 x i8 enumerator in enum:llvm::MVT::SimpleValueType
198 return (SimpleTy == MVT::v4i8 || SimpleTy == MVT::v2i16 ||
276 case v4i8 :
336 case v4i8:
389 case v4i8:
520 if (NumElements == 4) return MVT::v4i8;

Completed in 212 milliseconds