Searched refs:setQwordTo (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 110 test.setQwordTo(T0, Marker); \ in TEST_F() 170 test.setQwordTo(T0, Value); \ in TEST_F() 171 test.setQwordTo(T1, Marker); \ in TEST_F() 230 test.setQwordTo(T0, Value); \ in TEST_F() 231 test.setQwordTo(T1, Marker); \ in TEST_F() 306 test.setQwordTo(T0, V0); \ in TEST_F() 320 test.setQwordTo(T0, (V0 & ~Mask##Size) | Value); \ in TEST_F() 369 test.setQwordTo(T0, V0); \ in TEST_F() 384 test.setQwordTo(T0, V0); \ in TEST_F() 537 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() [all …]
|
D | TestUtil.h | 896 void setQwordTo(uint32_t InitialDword, T value) { in setQwordTo() function 903 setQwordTo(InitialDword, qdword.U64[0]); in setDqwordTo() 904 setQwordTo(InitialDword + 2, qdword.U64[1]); in setDqwordTo()
|
D | ControlFlow.cpp | 177 test.setQwordTo(T0, V0); \ in TEST_F()
|
D | Locked.cpp | 308 test.setQwordTo(T0, V0); \ in TEST_F()
|
D | XmmArith.cpp | 37 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 38 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F() 69 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 70 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
|
D | LowLevel.cpp | 1119 test.setQwordTo(S1, 0x1234567890ABCDEFull); in TEST_F() 1127 test.setQwordTo(S0, 3.14); in TEST_F()
|
D | GPRArith.cpp | 25 test.setQwordTo(T0, V0); in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | DataMov.cpp | 384 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 437 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 438 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F() 497 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 498 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F() 546 test.setQwordTo(T0, V0); \ in TEST_F() 569 test.setQwordTo(T1, V1); \ in TEST_F() 690 test.setQwordTo(T0, V0); \ in TEST_F() 691 test.setQwordTo(T1, V1); \ in TEST_F() 727 test.setQwordTo(T0, V0); \ in TEST_F() [all …]
|
D | TestUtil.h | 710 void setQwordTo(uint32_t InitialDword, T value) { in setQwordTo() function 717 setQwordTo(InitialDword, qdword.U64[0]); in setDqwordTo() 718 setQwordTo(InitialDword + 2, qdword.U64[1]); in setDqwordTo()
|
D | LowLevel.cpp | 691 test.setQwordTo(S1, 0x1234567890ABCDEFull); in TEST_F() 699 test.setQwordTo(S0, 3.14); in TEST_F()
|
D | Locked.cpp | 281 test.setQwordTo(T0, V0); \ in TEST_F()
|
D | XmmArith.cpp | 40 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 41 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F() 74 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F() 75 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
|