Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h496 InstMIPS32Sc *_sc(Variable *Value, OperandMIPS32Mem *Mem) { in _sc()
497 return Context.insert<InstMIPS32Sc>(Value, Mem); in _sc()
DIceInstMIPS32.cpp126 template <> const char *InstMIPS32Sc::Opcode = "sc";
1100 template <> void InstMIPS32Sc::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1262 using InstMIPS32Sc = InstMIPS32Store<InstMIPS32::Sc>; variable
1437 template <> void InstMIPS32Sc::emitIAS(const Cfg *Func) const;