Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1373 class InstX86Addps
1377 static InstX86Addps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1378 return new (Func->allocate<InstX86Addps>()) in create()
1379 InstX86Addps(Func, Dest, Source); in create()
1383 InstX86Addps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Addps() function
3215 using Addps = typename InstImpl<TraitsType>::InstX86Addps;
3384 const char *InstImpl<TraitsType>::InstX86Addps::Base::Opcode = "add"; \
3800 InstImpl<TraitsType>::InstX86Addps::Base::Emitter = { \