Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp79 template <> const char *InstMIPS32C_ueq_d::Opcode = "c.ueq.d";
805 template <> void InstMIPS32C_ueq_d::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1213 using InstMIPS32C_ueq_d = InstMIPS32FPCmp<InstMIPS32::C_ueq_d>; variable
1382 template <> void InstMIPS32C_ueq_d::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h263 Context.insert<InstMIPS32C_ueq_d>(Src0, Src1); in _c_ueq_d()