Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1025 using InstARM32Veor = InstARM32ThreeAddrFP<InstARM32::Veor>; variable
1754 template <> constexpr const char *InstARM32Veor::Opcode = "veor";
DIceTargetLoweringARM32.h884 Context.insert<InstARM32Veor>(Dest, Src0, Src1); in _veor()
DIceInstARM32.cpp827 template <> void InstARM32Veor::emitIAS(const Cfg *Func) const { in emitIAS()