Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2061 class InstX86Rol : public InstX86BaseBinopGPRShift<InstX86Base::Rol> {
2063 static InstX86Rol *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2064 return new (Func->allocate<InstX86Rol>()) InstX86Rol(Func, Dest, Source); in create()
2068 InstX86Rol(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Rol() function
3260 using Rol = typename InstImpl<TraitsType>::InstX86Rol;
3525 const char *InstImpl<TraitsType>::InstX86Rol::Base::Opcode = "rol"; \
3763 InstImpl<TraitsType>::InstX86Rol::Base::Emitter = { \