Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h381 Context.insert<InstARM32Eor>(Dest, Src0, Src1, Pred);
DIceInstARM32.cpp572 template <> void InstARM32Eor::emitIAS(const Cfg *Func) const { in emitIAS()
1840 template <> const char *InstARM32Eor::Opcode = "eor";
DIceInstARM32.h1008 using InstARM32Eor = InstARM32ThreeAddrGPR<InstARM32::Eor>; variable