Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop()
505 Context.insert<InstMIPS32Sll>(Dest, Src, Imm); in _sll()
DIceInstMIPS32.cpp130 template <> const char *InstMIPS32Sll::Opcode = "sll";
1108 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1264 using InstMIPS32Sll = InstMIPS32Imm16<InstMIPS32::Sll>; variable
1439 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const;