Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1501 class InstX86Subps
1505 static InstX86Subps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1506 return new (Func->allocate<InstX86Subps>()) in create()
1507 InstX86Subps(Func, Dest, Source); in create()
1511 InstX86Subps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Subps() function
3226 using Subps = typename InstImpl<TraitsType>::InstX86Subps;
3429 const char *InstImpl<TraitsType>::InstX86Subps::Base::Opcode = "sub"; \
3938 InstImpl<TraitsType>::InstX86Subps::Base::Emitter = { \