Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h964 class InstARM32CmpLike : public InstARM32Pred {
965 InstARM32CmpLike() = delete;
966 InstARM32CmpLike(const InstARM32CmpLike &) = delete;
967 InstARM32CmpLike &operator=(const InstARM32CmpLike &) = delete;
970 static InstARM32CmpLike *create(Cfg *Func, Variable *Src0, Operand *Src1, in create()
972 return new (Func->allocate<InstARM32CmpLike>()) in create()
973 InstARM32CmpLike(Func, Src0, Src1, Predicate); in create()
992 InstARM32CmpLike(Cfg *Func, Variable *Src0, Operand *Src1, in InstARM32CmpLike() function
1066 using InstARM32Cmn = InstARM32CmpLike<InstARM32::Cmn>;
1067 using InstARM32Cmp = InstARM32CmpLike<InstARM32::Cmp>;
[all …]
DIceInstARM32.cpp1767 void InstARM32CmpLike<K>::emitIAS(const Cfg *Func) const { in emitIAS()
3537 template class InstARM32CmpLike<InstARM32::Cmn>; variable
3538 template class InstARM32CmpLike<InstARM32::Cmp>; variable
3539 template class InstARM32CmpLike<InstARM32::Tst>; variable