Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp126 template <> const char *InstMIPS32Or::Opcode = "or";
1090 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1260 using InstMIPS32Or = InstMIPS32ThreeAddrGPR<InstMIPS32::Or>; variable
1435 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h489 Context.insert<InstMIPS32Or>(Dest, Src0, Src1); in _or()