Searched refs:InstX86Rol (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 2071 class InstX86Rol : public InstX86BaseBinopGPRShift<InstX86Base::Rol> { 2073 static InstX86Rol *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 2074 return new (Func->allocate<InstX86Rol>()) InstX86Rol(Func, Dest, Source); in create() 2078 InstX86Rol(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Rol() function 3229 using Rol = InstX86Rol; 3358 template <> constexpr const char *InstX86Rol::Base::Opcode = "rol"; 3468 constexpr const Assembler::GPREmitterShiftOp InstX86Rol::Base::Emitter = {
|
D | IceInstX8664.h | 2012 class InstX86Rol : public InstX86BaseBinopGPRShift<InstX86Base::Rol> { 2014 static InstX86Rol *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 2015 return new (Func->allocate<InstX86Rol>()) InstX86Rol(Func, Dest, Source); in create() 2019 InstX86Rol(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Rol() function 3128 using Rol = InstX86Rol; 3255 template <> constexpr const char *InstX86Rol::Base::Opcode = "rol"; 3365 constexpr const Assembler::GPREmitterShiftOp InstX86Rol::Base::Emitter = {
|