Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h656 class InstARM32TwoAddrGPR : public InstARM32Pred {
657 InstARM32TwoAddrGPR() = delete;
658 InstARM32TwoAddrGPR(const InstARM32TwoAddrGPR &) = delete;
659 InstARM32TwoAddrGPR &operator=(const InstARM32TwoAddrGPR &) = delete;
663 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create()
665 return new (Func->allocate<InstARM32TwoAddrGPR>()) in create()
666 InstARM32TwoAddrGPR(Func, Dest, Src, Predicate); in create()
687 InstARM32TwoAddrGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32TwoAddrGPR() function
1052 using InstARM32Movt = InstARM32TwoAddrGPR<InstARM32::Movt>;
DIceInstARM32.cpp2479 void InstARM32TwoAddrGPR<K>::emitIAS(const Cfg *Func) const { in emitIAS()
3526 template class InstARM32TwoAddrGPR<InstARM32::Movt>; variable