| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 693 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() function 732 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() function 737 if (!TestBitTestAndBranch<T, NotZero>(test, value, i, NotZero ? 0 : 1)) { in TestBitTestAndBranch() 740 if (!TestBitTestAndBranch<T, NotZero>(test, ~value, i, NotZero ? 1 : 0)) { in TestBitTestAndBranch() 974 EXPECT_TRUE(TestBitTestAndBranch<uint32_t>(this)); in TEST_F() 975 EXPECT_TRUE(TestBitTestAndBranch<uint64_t>(this)); in TEST_F() 981 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, notZero>(this))); in TEST_F() 982 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, notZero>(this))); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 700 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() function 739 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() function 744 if (!TestBitTestAndBranch<T, NOT_ZERO>(test, value, i, NOT_ZERO ? 0 : 1)) { in TestBitTestAndBranch() 747 if (!TestBitTestAndBranch<T, NOT_ZERO>(test, ~value, i, NOT_ZERO ? 1 : 0)) { in TestBitTestAndBranch() 986 EXPECT_TRUE(TestBitTestAndBranch<uint32_t>(this)); in TEST_F() 987 EXPECT_TRUE(TestBitTestAndBranch<uint64_t>(this)); in TEST_F() 993 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, NOT_ZERO>(this))); in TEST_F() 994 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, NOT_ZERO>(this))); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 706 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() function 743 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch() function 748 if (!TestBitTestAndBranch<T, NOT_ZERO>(test, value, i, NOT_ZERO ? 0 : 1)) { in TestBitTestAndBranch() 751 if (!TestBitTestAndBranch<T, NOT_ZERO>(test, ~value, i, NOT_ZERO ? 1 : 0)) { in TestBitTestAndBranch() 883 EXPECT_TRUE(TestBitTestAndBranch<uint32_t>(this)); in TEST_F() 884 EXPECT_TRUE(TestBitTestAndBranch<uint64_t>(this)); in TEST_F() 890 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, NOT_ZERO>(this))); in TEST_F() 891 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, NOT_ZERO>(this))); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 700 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() function 737 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch() function 742 if (!TestBitTestAndBranch<T, NotZero>(test, value, i, NotZero ? 0 : 1)) { in TestBitTestAndBranch() 745 if (!TestBitTestAndBranch<T, NotZero>(test, ~value, i, NotZero ? 1 : 0)) { in TestBitTestAndBranch() 877 EXPECT_TRUE(TestBitTestAndBranch<uint32_t>(this)); in TEST_F() 878 EXPECT_TRUE(TestBitTestAndBranch<uint64_t>(this)); in TEST_F() 884 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, notZero>(this))); in TEST_F() 885 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, notZero>(this))); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 705 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() function 742 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() function 747 if (!TestBitTestAndBranch<T, NotZero>(test, value, i, NotZero ? 0 : 1)) { in TestBitTestAndBranch() 750 if (!TestBitTestAndBranch<T, NotZero>(test, ~value, i, NotZero ? 1 : 0)) { in TestBitTestAndBranch() 982 EXPECT_TRUE(TestBitTestAndBranch<uint32_t>(this)); in TEST_F() 983 EXPECT_TRUE(TestBitTestAndBranch<uint64_t>(this)); in TEST_F() 989 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, notZero>(this))); in TEST_F() 990 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, notZero>(this))); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 703 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() function 740 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() function 745 if (!TestBitTestAndBranch<T, NOT_ZERO>(test, value, i, NOT_ZERO ? 0 : 1)) { in TestBitTestAndBranch() 748 if (!TestBitTestAndBranch<T, NOT_ZERO>(test, ~value, i, NOT_ZERO ? 1 : 0)) { in TestBitTestAndBranch() 980 EXPECT_TRUE(TestBitTestAndBranch<uint32_t>(this)); in TEST_F() 981 EXPECT_TRUE(TestBitTestAndBranch<uint64_t>(this)); in TEST_F() 987 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, NOT_ZERO>(this))); in TEST_F() 988 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, NOT_ZERO>(this))); in TEST_F()
|