Searched refs:InstX86BaseThreeAddressop (Results 1 – 1 of 1) sorted by relevance
1035 class InstX86BaseThreeAddressop : public InstX86Base {1036 InstX86BaseThreeAddressop() = delete;1037 InstX86BaseThreeAddressop(const InstX86BaseThreeAddressop &) = delete;1038 InstX86BaseThreeAddressop &1039 operator=(const InstX86BaseThreeAddressop &) = delete;1042 using Base = InstX86BaseThreeAddressop<K>;1069 InstX86BaseThreeAddressop(Cfg *Func, Variable *Dest, Operand *Source0, in InstX86BaseThreeAddressop() function1881 : public InstX86BaseThreeAddressop<InstX86Base::ImulImm> {1895 : InstX86BaseThreeAddressop<InstX86Base::ImulImm>(Func, Dest, Source0, in InstX86ImulImm()2342 class InstX86Pextr : public InstX86BaseThreeAddressop<InstX86Base::Pextr> {[all …]