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

/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Di64operations.c426 test_i64_zext_i8(unsigned char in, uint64_t expected) { function
613 failed += test_i64_zext_i8(0xff, 0x00000000000000ffLLU);
614 failed += test_i64_zext_i8(0xa0, 0x00000000000000a0LLU);

Completed in 22 milliseconds