Home
last modified time | relevance | path

Searched refs:InstX86Round (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2603 class InstX86Round final
2606 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() function
3288 using Round = typename InstImpl<TraitsType>::InstX86Round;
3560 const char *InstImpl<TraitsType>::InstX86Round::Base::Opcode = "round"; \
DIceInstX86BaseImpl.h1793 void InstImpl<TraitsType>::InstX86Round::emit(const Cfg *Func) const { in emit()
1808 void InstImpl<TraitsType>::InstX86Round::emitIAS(const Cfg *Func) const { in emitIAS()