Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2549 class InstX86Cmpxchg8b final : public InstX86BaseLockable {
2550 InstX86Cmpxchg8b() = delete;
2551 InstX86Cmpxchg8b(const InstX86Cmpxchg8b &) = delete;
2552 InstX86Cmpxchg8b &operator=(const InstX86Cmpxchg8b &) = delete;
2555 static InstX86Cmpxchg8b *create(Cfg *Func, X86OperandMem *Dest, in create()
2558 return new (Func->allocate<InstX86Cmpxchg8b>()) in create()
2559 InstX86Cmpxchg8b(Func, Dest, Edx, Eax, Ecx, Ebx, Locked); in create()
2569 InstX86Cmpxchg8b(Cfg *Func, X86OperandMem *Dest, Variable *Edx,
3286 using Cmpxchg8b = typename InstImpl<TraitsType>::InstX86Cmpxchg8b;
DIceInstX86BaseImpl.h228 InstImpl<TraitsType>::InstX86Cmpxchg8b::InstX86Cmpxchg8b( in InstX86Cmpxchg8b() function
1635 void InstImpl<TraitsType>::InstX86Cmpxchg8b::emit(const Cfg *Func) const { in emit()
1650 void InstImpl<TraitsType>::InstX86Cmpxchg8b::emitIAS(const Cfg *Func) const { in emitIAS()
1661 void InstImpl<TraitsType>::InstX86Cmpxchg8b::dump(const Cfg *Func) const { in dump()