Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h867 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge()
868 return Context.insert<InstARM32Vcge>(Dest, Src0, Src1); in _vcge()
H A DIceInstARM32.h1023 using InstARM32Vcge = InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable
H A DIceInstARM32.cpp725 template <> void InstARM32Vcge::emitIAS(const Cfg *Func) const { in emitIAS()