Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1161 class InstX86Bsf : public InstX86BaseUnaryopGPR<InstX86Base::Bsf> {
1163 static InstX86Bsf *create(Cfg *Func, Variable *Dest, Operand *Src) { in create()
1164 return new (Func->allocate<InstX86Bsf>()) InstX86Bsf(Func, Dest, Src); in create()
1168 InstX86Bsf(Cfg *Func, Variable *Dest, Operand *Src) in InstX86Bsf() function
3201 using Bsf = typename InstImpl<TraitsType>::InstX86Bsf;
3342 const char *InstImpl<TraitsType>::InstX86Bsf::Base::Opcode = "bsf"; \
3621 InstImpl<TraitsType>::InstX86Bsf::Base::Emitter = { \