Home
last modified time | relevance | path

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

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