Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp81 template <> const char *InstMIPS32C_ule_d::Opcode = "c.ule.d";
815 template <> void InstMIPS32C_ule_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1215 using InstMIPS32C_ule_d = InstMIPS32FPCmp<InstMIPS32::C_ule_d>; variable
1384 template <> void InstMIPS32C_ule_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h271 Context.insert<InstMIPS32C_ule_d>(Src0, Src1); in _c_ule_d()