Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c400 test_i64_zext_i32(unsigned int in, uint64_t expected) { in test_i64_zext_i32() function
609 failed += test_i64_zext_i32(0xffffffff, 0x00000000ffffffffLLU); in main()
610 failed += test_i64_zext_i32(0x01234567, 0x0000000001234567LLU); in main()