Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp153 template <> const char *InstMIPS32Trunc_w_s::Opcode = "trunc.w.s";
1228 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1286 using InstMIPS32Trunc_w_s = InstMIPS32TwoAddrFPR<InstMIPS32::Trunc_w_s>; variable
1460 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h595 Context.insert<InstMIPS32Trunc_w_s>(Dest, Src); in _trunc_w_s()