Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c513 test_i64_constant_shift(const char *func_name, int64_t (*func)(int64_t), int64_t a, int64_t expecte… in test_i64_constant_shift() function
626 …failed += test_i64_constant_shift("i64_shl_const", i64_shl_const, tval_a, 0x00047dc7ec114c00LL… in main()
628 …failed += test_i64_constant_shift("i64_srl_const", i64_srl_const, tval_a, 0x0000000047dc7ec1LL… in main()
630 …failed += test_i64_constant_shift("i64_sra_const", i64_sra_const, tval_a, 0x0000000047dc7ec1LL… in main()
647 …failed += test_i64_constant_shift("i64_sra_const", i64_sra_const, tval_f, 0xffffffffc1d404d7L… in main()