HomeSort by relevance Sort by last modified time
    Searched refs:InstARM32CmpLike (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 950 class InstARM32CmpLike : public InstARM32Pred {
951 InstARM32CmpLike() = delete;
952 InstARM32CmpLike(const InstARM32CmpLike &) = delete;
953 InstARM32CmpLike &operator=(const InstARM32CmpLike &) = delete;
956 static InstARM32CmpLike *create(Cfg *Func, Variable *Src0, Operand *Src1,
958 return new (Func->allocate<InstARM32CmpLike>())
959 InstARM32CmpLike(Func, Src0, Src1, Predicate);
    [all...]
IceInstARM32.cpp     [all...]

Completed in 48 milliseconds