Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h937 Context.insert<InstARM32Vneg>(Dest, Src0, CondARM32::AL) in _vneg()
DIceInstARM32.h1035 using InstARM32Vneg = InstARM32UnaryopSignAwareFP<InstARM32::Vneg>; variable
DIceInstARM32.cpp982 template <> void InstARM32Vneg::emitIAS(const Cfg *Func) const { in emitIAS()