Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2029 class InstX86Divps
2033 static InstX86Divps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2034 return new (Func->allocate<InstX86Divps>()) in create()
2035 InstX86Divps(Func, Dest, Source); in create()
2039 InstX86Divps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Divps() function
3258 using Divps = typename InstImpl<TraitsType>::InstX86Divps;
3516 const char *InstImpl<TraitsType>::InstX86Divps::Base::Opcode = "div"; \
3812 InstImpl<TraitsType>::InstX86Divps::Base::Emitter = { \