Searched refs:InstX86Round (Results 1 – 2 of 2) sorted by relevance
2603 class InstX86Round final2606 static InstX86Round *create(Cfg *Func, Variable *Dest, Operand *Source, in create()2608 return new (Func->allocate<InstX86Round>()) in create()2609 InstX86Round(Func, Dest, Source, Imm); in create()2616 InstX86Round(Cfg *Func, Variable *Dest, Operand *Source, Operand *Imm) in InstX86Round() function3288 using Round = typename InstImpl<TraitsType>::InstX86Round;3560 const char *InstImpl<TraitsType>::InstX86Round::Base::Opcode = "round"; \
1793 void InstImpl<TraitsType>::InstX86Round::emit(const Cfg *Func) const { in emit()1808 void InstImpl<TraitsType>::InstX86Round::emitIAS(const Cfg *Func) const { in emitIAS()