Lines Matching refs:InstARM32CmpLike
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() function
1066 using InstARM32Cmn = InstARM32CmpLike<InstARM32::Cmn>;
1067 using InstARM32Cmp = InstARM32CmpLike<InstARM32::Cmp>;
1068 using InstARM32Tst = InstARM32CmpLike<InstARM32::Tst>;