Home
last modified time | relevance | path

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

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