Searched refs:print_v16i8_hex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Dvecoperations.c24 void print_v16i8_hex(const char *str, const v16i8 v) { function
152 print_v16i8_hex("v00 ", v00);
153 print_v16i8_hex("va0 ", va0);
154 print_v16i8_hex("va1 ", va1);
155 print_v16i8_hex("va0 x va1 ", v16i8_mpy(va0, va1));
156 print_v16i8_hex("va0 + va1 ", v16i8_add(va0, va1));

Completed in 67 milliseconds