Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h732 using _32BitType = typename std::conditional<TIs64Bit, uint32_t, T>::type; in xmm() local
736 return contentsOfDword<_32BitType>(Slot); in xmm()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h918 using _32BitType = typename std::conditional<TIs64Bit, uint32_t, T>::type; in xmm() local
922 return contentsOfDword<_32BitType>(Slot); in xmm()