Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h795 constexpr bool ThisIsLEA = K == InstX86Base::Lea; in emitIAS() local
796 static_assert(!ThisIsLEA, "Lea should be a unaryop."); in emitIAS()
797 emitIASRegOpTyGPR(Func, !ThisIsLEA, Ty, this->getDest(), this->getSrc(1), in emitIAS()