Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2233 class InstX86Div : public InstX86BaseTernop<InstX86Base::Div> {
2235 static InstX86Div *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
2237 return new (Func->allocate<InstX86Div>()) in create()
2238 InstX86Div(Func, Dest, Source1, Source2); in create()
2245 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div() function
3271 using Div = typename InstImpl<TraitsType>::InstX86Div;
3513 const char *InstImpl<TraitsType>::InstX86Div::Base::Opcode = "div"; \
DIceInstX86BaseImpl.h1092 void InstImpl<TraitsType>::InstX86Div::emit(const Cfg *Func) const { in emit()
1103 void InstImpl<TraitsType>::InstX86Div::emitIAS(const Cfg *Func) const { in emitIAS()