Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1821 class InstX86Xorps
1825 static InstX86Xorps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1826 return new (Func->allocate<InstX86Xorps>()) in create()
1827 InstX86Xorps(Func, Dest, Source); in create()
1831 InstX86Xorps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Xorps() function
3242 using Xorps = typename InstImpl<TraitsType>::InstX86Xorps;
3477 const char *InstImpl<TraitsType>::InstX86Xorps::Base::Opcode = "xor"; \
3986 InstImpl<TraitsType>::InstX86Xorps::Base::Emitter = { \