Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h454 class InstX86Jmp final : public InstX86Base {
455 InstX86Jmp() = delete;
456 InstX86Jmp(const InstX86Jmp &) = delete;
457 InstX86Jmp &operator=(const InstX86Jmp &) = delete;
460 static InstX86Jmp *create(Cfg *Func, Operand *Target) { in create()
461 return new (Func->allocate<InstX86Jmp>()) InstX86Jmp(Func, Target); in create()
472 InstX86Jmp(Cfg *Func, Operand *Target);
3198 using Jmp = typename InstImpl<TraitsType>::InstX86Jmp;
DIceInstX86BaseImpl.h170 InstImpl<TraitsType>::InstX86Jmp::InstX86Jmp(Cfg *Func, Operand *Target) in InstX86Jmp() function
565 void InstImpl<TraitsType>::InstX86Jmp::emit(const Cfg *Func) const { in emit()
587 void InstImpl<TraitsType>::InstX86Jmp::emitIAS(const Cfg *Func) const { in emitIAS()
619 void InstImpl<TraitsType>::InstX86Jmp::dump(const Cfg *Func) const { in dump()