Searched defs:InstX86Shr (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h2111 class InstX86Shr : public InstX86BaseBinopGPRShift<InstX86Base::Shr> { class in struct:Ice::X86NAMESPACE::InstImpl
2113 static InstX86Shr *create(Cfg *Func, Variable *Dest, Operand *Source) {
2114 return new (Func->allocate<InstX86Shr>()) InstX86Shr(Func, Dest, Source);
2118 InstX86Shr(Cfg *Func, Variable *Dest, Operand *Source) function in class:Ice::X86NAMESPACE::InstImpl::InstX86Shr
3264 using Shr = typename InstImpl<TraitsType>::InstX86Shr;
3534 const char *InstImpl<TraitsType>::InstX86Shr::Base::Opcode = "shr"; \
3781 InstImpl<TraitsType>::InstX86Shr::Base::Emitter = { \

Completed in 52 milliseconds