Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h469 #define MinMaxOperations(Name, Suffix) \ macro
485 MinMaxOperations(max, ps);
486 MinMaxOperations(max, pd);
487 MinMaxOperations(min, ps);
488 MinMaxOperations(min, pd);
489 #undef MinMaxOperations
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h581 #define MinMaxOperations(Name, Suffix) \ macro
597 MinMaxOperations(max, ps);
598 MinMaxOperations(max, pd);
599 MinMaxOperations(min, ps);
600 MinMaxOperations(min, pd);
601 #undef MinMaxOperations