Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1172 class InstX86Bsr : public InstX86BaseUnaryopGPR<InstX86Base::Bsr> {
1174 static InstX86Bsr *create(Cfg *Func, Variable *Dest, Operand *Src) { in create()
1175 return new (Func->allocate<InstX86Bsr>()) InstX86Bsr(Func, Dest, Src); in create()
1179 InstX86Bsr(Cfg *Func, Variable *Dest, Operand *Src) in InstX86Bsr() function
3202 using Bsr = typename InstImpl<TraitsType>::InstX86Bsr;
3345 const char *InstImpl<TraitsType>::InstX86Bsr::Base::Opcode = "bsr"; \
3627 InstImpl<TraitsType>::InstX86Bsr::Base::Emitter = { \