Searched refs:InstX86Test (Results 1 – 2 of 2) sorted by relevance
2707 class InstX86Test final : public InstX86Base {2708 InstX86Test() = delete;2709 InstX86Test(const InstX86Test &) = delete;2710 InstX86Test &operator=(const InstX86Test &) = delete;2713 static InstX86Test *create(Cfg *Func, Operand *Source1, Operand *Source2) { in create()2714 return new (Func->allocate<InstX86Test>()) in create()2715 InstX86Test(Func, Source1, Source2); in create()2725 InstX86Test(Cfg *Func, Operand *Source1, Operand *Source2);3293 using Test = typename InstImpl<TraitsType>::InstX86Test;
277 InstImpl<TraitsType>::InstX86Test::InstX86Test(Cfg *Func, Operand *Src1, in InstX86Test() function1947 void InstImpl<TraitsType>::InstX86Test::emit(const Cfg *Func) const { in emit()1960 void InstImpl<TraitsType>::InstX86Test::emitIAS(const Cfg *Func) const { in emitIAS()1981 void InstImpl<TraitsType>::InstX86Test::dump(const Cfg *Func) const { in dump()