Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1282 using InstMIPS32Teq = InstMIPS32Trap<InstMIPS32::Teq>; variable
1456 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const;
1550 template <> constexpr const char *InstMIPS32Teq::Opcode = "teq";
DIceTargetLoweringMIPS32.h579 Context.insert<InstMIPS32Teq>(Src0, Src1, TrapCode); in _teq()
DIceInstMIPS32.cpp1114 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const { in emitIAS()