Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h859 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge()
860 return Context.insert<InstARM32Vcge>(Dest, Src0, Src1); in _vcge()
DIceInstARM32.h1022 using InstARM32Vcge = InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable
DIceInstARM32.cpp725 template <> void InstARM32Vcge::emitIAS(const Cfg *Func) const { in emitIAS()