Searched refs:InstX86Andps (Results 1 – 1 of 1) sorted by relevance
1632 class InstX86Andps1636 static InstX86Andps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1637 return new (Func->allocate<InstX86Andps>()) in create()1638 InstX86Andps(Func, Dest, Source); in create()1642 InstX86Andps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Andps() function3220 using Andps = typename InstImpl<TraitsType>::InstX86Andps;3399 const char *InstImpl<TraitsType>::InstX86Andps::Base::Opcode = "and"; \3950 InstImpl<TraitsType>::InstX86Andps::Base::Emitter = { \