Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp108 template <> const char *InstMIPS32Mov_s::Opcode = "mov.s";
965 template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1242 using InstMIPS32Mov_s = InstMIPS32TwoAddrFPR<InstMIPS32::Mov_s>; variable
1413 template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h411 Context.insert<InstMIPS32Mov_s>(Dest, Src); in _mov_s()