Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1261 using InstMIPS32Ori = InstMIPS32Imm16<InstMIPS32::Ori>; variable
1287 using InstMIPS32Ori = InstMIPS32Imm16<InstMIPS32::Ori>; variable
1436 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const;
DIceInstMIPS32.cpp127 template <> const char *InstMIPS32Ori::Opcode = "ori";
1095 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const { in emitIAS()
DIceTargetLoweringMIPS32.h493 Context.insert<InstMIPS32Ori>(Dest, Src, Imm); in _ori()