Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h1832 class InstX86Xor : public InstX86BaseBinopGPR<InstX86Base::Xor> {
1834 static InstX86Xor *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1835 return new (Func->allocate<InstX86Xor>()) InstX86Xor(Func, Dest, Source); in create()
1839 InstX86Xor(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Xor() function
3210 using Xor = InstX86Xor;
3341 template <> constexpr const char *InstX86Xor::Base::Opcode = "xor";
3461 constexpr const Assembler::GPREmitterRegOp InstX86Xor::Base::Emitter = {
DIceInstX8664.h1773 class InstX86Xor : public InstX86BaseBinopGPR<InstX86Base::Xor> {
1775 static InstX86Xor *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1776 return new (Func->allocate<InstX86Xor>()) InstX86Xor(Func, Dest, Source); in create()
1780 InstX86Xor(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Xor() function
3109 using Xor = InstX86Xor;
3238 template <> constexpr const char *InstX86Xor::Base::Opcode = "xor";
3358 constexpr const Assembler::GPREmitterRegOp InstX86Xor::Base::Emitter = {