Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp65 template <> const char *InstMIPS32Addi::Opcode = "addi";
736 template <> void InstMIPS32Addi::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1203 using InstMIPS32Addi = InstMIPS32Imm16<InstMIPS32::Addi, true>; variable
1371 template <> void InstMIPS32Addi::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h219 Context.insert<InstMIPS32Addi>(Dest, Src, Imm); in _addi()