Searched refs:InstARM32CmpLike (Results 1 – 2 of 2) sorted by relevance
964 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() function1066 using InstARM32Cmn = InstARM32CmpLike<InstARM32::Cmn>;1067 using InstARM32Cmp = InstARM32CmpLike<InstARM32::Cmp>;[all …]
1762 void InstARM32CmpLike<K>::emitIAS(const Cfg *Func) const { in emitIAS()3540 template class InstARM32CmpLike<InstARM32::Cmn>; variable3541 template class InstARM32CmpLike<InstARM32::Cmp>; variable3542 template class InstARM32CmpLike<InstARM32::Tst>; variable