Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp72 template <> const char *InstMIPS32Andi::Opcode = "andi";
770 template <> void InstMIPS32Andi::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1206 using InstMIPS32Andi = InstMIPS32Imm16<InstMIPS32::Andi>; variable
1375 template <> void InstMIPS32Andi::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h179 Context.insert<InstMIPS32Andi>(Dest, Src, Imm); in _andi()