Lines Matching refs:ICBinaryOPTest
28 class ICBinaryOPTest : public testing::Test {
55 HWTEST_F_L0(ICBinaryOPTest, AddWithTSType)
132 HWTEST_F_L0(ICBinaryOPTest, SubWithTSType)
160 HWTEST_F_L0(ICBinaryOPTest, MulWithTSType)
189 HWTEST_F_L0(ICBinaryOPTest, DivWithTSType)
232 HWTEST_F_L0(ICBinaryOPTest, ModWithTSType)
277 HWTEST_F_L0(ICBinaryOPTest, ShlWithTSType)
294 HWTEST_F_L0(ICBinaryOPTest, ShrWithTSType)
311 HWTEST_F_L0(ICBinaryOPTest, AshrWithTSType)
333 HWTEST_F_L0(ICBinaryOPTest, AndWithTSType)
349 HWTEST_F_L0(ICBinaryOPTest, OrWithTSType)
365 HWTEST_F_L0(ICBinaryOPTest, XorWithTSType)