Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1205 using InstMIPS32And = InstMIPS32ThreeAddrGPR<InstMIPS32::And>; variable
1374 template <> void InstMIPS32And::emitIAS(const Cfg *Func) const;
1472 template <> constexpr const char *InstMIPS32And::Opcode = "and";
DIceTargetLoweringMIPS32.h175 Context.insert<InstMIPS32And>(Dest, Src0, Src1); in _and()
DIceInstMIPS32.cpp671 template <> void InstMIPS32And::emitIAS(const Cfg *Func) const { in emitIAS()