Searched defs:InstARM32CmpLike (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h964 class InstARM32CmpLike : public InstARM32Pred { class in namespace:Ice::ARM32
965 InstARM32CmpLike() = delete;
966 InstARM32CmpLike(const InstARM32CmpLike &) = delete;
967 InstARM32CmpLike &operator=(const InstARM32CmpLike &) = delete;
970 static InstARM32CmpLike *create(Cfg *Func, Variable *Src0, Operand *Src1,
972 return new (Func->allocate<InstARM32CmpLike>())
973 InstARM32CmpLike(Func, Src0, Src1, Predicate);
992 InstARM32CmpLike(Cf function in class:Ice::ARM32::InstARM32CmpLike
[all...]

Completed in 129 milliseconds