Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2686 class InstX86Int3 final : public InstX86Base {
2687 InstX86Int3() = delete;
2688 InstX86Int3(const InstX86Int3 &) = delete;
2689 InstX86Int3 &operator=(const InstX86Int3 &) = delete;
2692 static InstX86Int3 *create(Cfg *Func) { in create()
2693 return new (Func->allocate<InstX86Int3>()) InstX86Int3(Func); in create()
2703 explicit InstX86Int3(Cfg *Func);
3292 using Int3 = typename InstImpl<TraitsType>::InstX86Int3;
DIceInstX86BaseImpl.h273 InstImpl<TraitsType>::InstX86Int3::InstX86Int3(Cfg *Func) in InstX86Int3() function
1923 void InstImpl<TraitsType>::InstX86Int3::emit(const Cfg *Func) const { in emit()
1933 void InstImpl<TraitsType>::InstX86Int3::emitIAS(const Cfg *Func) const { in emitIAS()
1939 void InstImpl<TraitsType>::InstX86Int3::dump(const Cfg *Func) const { in dump()