Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1632 class InstX86Andps
1636 static InstX86Andps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1637 return new (Func->allocate<InstX86Andps>()) in create()
1638 InstX86Andps(Func, Dest, Source); in create()
1642 InstX86Andps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Andps() function
3220 using Andps = typename InstImpl<TraitsType>::InstX86Andps;
3399 const char *InstImpl<TraitsType>::InstX86Andps::Base::Opcode = "and"; \
3950 InstImpl<TraitsType>::InstX86Andps::Base::Emitter = { \