Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c374 test_i64_sext_i16(short in, int64_t expected) { in test_i64_sext_i16() function
602 failed += test_i64_sext_i16(-1, -1LL); in main()
603 failed += test_i64_sext_i16(10, 10LL); in main()
604 failed += test_i64_sext_i16(0x7fff, 0x7fffLL); in main()