Searched refs:BParity (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 1539 #define TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1545 ", " #BParity ", " #BOther ")"; \ in TEST_F() 1559 __ j(Cond::Br_##BParity, &Done, NearBranch); \ in TEST_F() 1573 #define TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther) \ in TEST_F() argument 1578 ", " #BParity ", " #BOther ")"; \ in TEST_F() 1591 __ j(Cond::Br_##BParity, &Done, NearBranch); \ in TEST_F() 1605 #define TestImplCond(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1608 TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, BOther); \ in TEST_F() 1609 TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther); \ in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 1622 #define TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1628 ", " #BParity ", " #BOther ")"; \ in TEST_F() 1641 __ j(Cond::Br_##BParity, &Done, NearBranch); \ in TEST_F() 1655 #define TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther) \ in TEST_F() argument 1660 ", " #BParity ", " #BOther ")"; \ in TEST_F() 1672 __ j(Cond::Br_##BParity, &Done, NearBranch); \ in TEST_F() 1686 #define TestImplCond(Dst, Value0, Src, Value1, Size, CompType, BParity, \ in TEST_F() argument 1689 TestImplXmmXmm(Dst, Value0, Src, Value1, Size, CompType, BParity, BOther); \ in TEST_F() 1690 TestImplXmmAddr(Dst, Value0, Value1, Size, CompType, BParity, BOther); \ in TEST_F()
|