Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp149 template <> const char *InstMIPS32Trunc_l_s::Opcode = "trunc.l.s";
1218 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstMIPS32.h1284 using InstMIPS32Trunc_l_s = InstMIPS32TwoAddrFPR<InstMIPS32::Trunc_l_s>; variable
1458 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const;
H A DIceTargetLoweringMIPS32.h587 Context.insert<InstMIPS32Trunc_l_s>(Dest, Src); in _trunc_l_s()