Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h1859 class InstX86XorRMW : public InstX86BaseBinopRMW<InstX86Base::XorRMW> {
1861 static InstX86XorRMW *create(Cfg *Func, X86OperandMem *DestSrc0, in create()
1863 return new (Func->allocate<InstX86XorRMW>()) in create()
1864 InstX86XorRMW(Func, DestSrc0, Src1); in create()
1868 InstX86XorRMW(Cfg *Func, X86OperandMem *DestSrc0, Operand *Src1) in InstX86XorRMW() function
3212 using XorRMW = InstX86XorRMW;
3343 template <> constexpr const char *InstX86XorRMW::Base::Opcode = "xor";
3464 constexpr const Assembler::GPREmitterAddrOp InstX86XorRMW::Base::Emitter = {
DIceInstX8664.h1800 class InstX86XorRMW : public InstX86BaseBinopRMW<InstX86Base::XorRMW> {
1802 static InstX86XorRMW *create(Cfg *Func, X86OperandMem *DestSrc0, in create()
1804 return new (Func->allocate<InstX86XorRMW>()) in create()
1805 InstX86XorRMW(Func, DestSrc0, Src1); in create()
1809 InstX86XorRMW(Cfg *Func, X86OperandMem *DestSrc0, Operand *Src1) in InstX86XorRMW() function
3111 using XorRMW = InstX86XorRMW;
3240 template <> constexpr const char *InstX86XorRMW::Base::Opcode = "xor";
3361 constexpr const Assembler::GPREmitterAddrOp InstX86XorRMW::Base::Emitter = {