Home
last modified time | relevance | path

Searched refs:InstARM32Cmp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h372 Context.insert<InstARM32Cmp>(Src0, Src1, Pred);
DIceInstARM32.cpp1774 template <> void InstARM32Cmp::emitIAS(const Cfg *Func) const { in emitIAS()
1889 template <> const char *InstARM32Cmp::Opcode = "cmp";
DIceInstARM32.h1067 using InstARM32Cmp = InstARM32CmpLike<InstARM32::Cmp>; variable