Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp68 template <> const char *InstMIPS32Add_s::Opcode = "add.s";
746 template <> void InstMIPS32Add_s::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1201 using InstMIPS32Add_s = InstMIPS32ThreeAddrFPR<InstMIPS32::Add_s>; variable
1370 template <> void InstMIPS32Add_s::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h227 Context.insert<InstMIPS32Add_s>(Dest, Src0, Src1); in _add_s()