Home
last modified time | relevance | path

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

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