Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h2082 class InstX86Shl : public InstX86BaseBinopGPRShift<InstX86Base::Shl> {
2084 static InstX86Shl *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2085 return new (Func->allocate<InstX86Shl>()) InstX86Shl(Func, Dest, Source); in create()
2089 InstX86Shl(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Shl() function
3230 using Shl = InstX86Shl;
3359 template <> constexpr const char *InstX86Shl::Base::Opcode = "shl";
3474 constexpr const Assembler::GPREmitterShiftOp InstX86Shl::Base::Emitter = {
DIceInstX8664.h2023 class InstX86Shl : public InstX86BaseBinopGPRShift<InstX86Base::Shl> {
2025 static InstX86Shl *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2026 return new (Func->allocate<InstX86Shl>()) InstX86Shl(Func, Dest, Source); in create()
2030 InstX86Shl(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Shl() function
3129 using Shl = InstX86Shl;
3256 template <> constexpr const char *InstX86Shl::Base::Opcode = "shl";
3371 constexpr const Assembler::GPREmitterShiftOp InstX86Shl::Base::Emitter = {