Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h744 Context.insert<InstARM32Rev>(Dest, Src0, Pred);
DIceInstARM32.cpp1824 template <> const char *InstARM32Rev::Opcode = "rev";
2496 template <> void InstARM32Rev::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstARM32.h1057 using InstARM32Rev = InstARM32UnaryopGPR<InstARM32::Rev, false>; variable