Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h1065 using InstARM32Cmn = InstARM32CmpLike<InstARM32::Cmn>; variable
1788 template <> constexpr const char *InstARM32Cmn::Opcode = "cmn";
DIceTargetLoweringARM32.h367 Context.insert<InstARM32Cmn>(Src0, Src1, Pred);
DIceInstARM32.cpp1766 template <> void InstARM32Cmn::emitIAS(const Cfg *Func) const { in emitIAS()