Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c361 test_i64_sext_i32(int in, int64_t expected) { in test_i64_sext_i32() function
599 failed += test_i64_sext_i32(-1, -1LL); in main()
600 failed += test_i64_sext_i32(10, 10LL); in main()
601 failed += test_i64_sext_i32(0x7fffffff, 0x7fffffffLL); in main()