Home
last modified time | relevance | path

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

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