Lines Matching refs:InstX86BaseThreeAddressop
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() function
1881 : public InstX86BaseThreeAddressop<InstX86Base::ImulImm> {
1895 : InstX86BaseThreeAddressop<InstX86Base::ImulImm>(Func, Dest, Source0, in InstX86ImulImm()
2342 class InstX86Pextr : public InstX86BaseThreeAddressop<InstX86Base::Pextr> {
2359 : InstX86BaseThreeAddressop<InstX86Base::Pextr>(Func, Dest, Source0, in InstX86Pextr()
2363 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> {
2375 : InstX86BaseThreeAddressop<InstX86Base::Pshufd>(Func, Dest, Source0, in InstX86Pshufd()
2604 : public InstX86BaseThreeAddressop<InstX86Base::Round> {
2617 : InstX86BaseThreeAddressop<InstX86Base::Round>(Func, Dest, Source, in InstX86Round()