Home
last modified time | relevance | path

Searched refs:InstMIPS32C_olt_d (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.cpp75 template <> const char *InstMIPS32C_olt_d::Opcode = "c.olt.d";
795 template <> void InstMIPS32C_olt_d::emitIAS(const Cfg *Func) const { in emitIAS()
H A DIceInstMIPS32.h1211 using InstMIPS32C_olt_d = InstMIPS32FPCmp<InstMIPS32::C_olt_d>; variable
1380 template <> void InstMIPS32C_olt_d::emitIAS(const Cfg *Func) const;
H A DIceTargetLoweringMIPS32.h255 Context.insert<InstMIPS32C_olt_d>(Src0, Src1); in _c_olt_d()