Searched refs:InstX86Pcmpgt (Results 1 – 1 of 1) sorted by relevance
2173 class InstX86Pcmpgt2177 static InstX86Pcmpgt *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()2181 return new (Func->allocate<InstX86Pcmpgt>()) in create()2182 InstX86Pcmpgt(Func, Dest, Source); in create()2186 InstX86Pcmpgt(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pcmpgt() function3268 using Pcmpgt = typename InstImpl<TraitsType>::InstX86Pcmpgt;3549 const char *InstImpl<TraitsType>::InstX86Pcmpgt::Base::Opcode = "pcmpgt"; \3866 InstImpl<TraitsType>::InstX86Pcmpgt::Base::Emitter = { \