Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c387 test_i64_sext_i8(signed char in, int64_t expected) { in test_i64_sext_i8() function
605 failed += test_i64_sext_i8(-1, -1LL); in main()
606 failed += test_i64_sext_i8(10, 10LL); in main()
607 failed += test_i64_sext_i8(0x7f, 0x7fLL); in main()