Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h540 class InstMIPS32ThreeAddrGPR : public InstMIPS32 {
541 InstMIPS32ThreeAddrGPR() = delete;
542 InstMIPS32ThreeAddrGPR(const InstMIPS32ThreeAddrGPR &) = delete;
543 InstMIPS32ThreeAddrGPR &operator=(const InstMIPS32ThreeAddrGPR &) = delete;
548 static InstMIPS32ThreeAddrGPR *create(Cfg *Func, Variable *Dest, in create()
550 return new (Func->allocate<InstMIPS32ThreeAddrGPR>()) in create()
551 InstMIPS32ThreeAddrGPR(Func, Dest, Src0, Src1); in create()
576 InstMIPS32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstMIPS32ThreeAddrGPR() function
1199 using InstMIPS32Add = InstMIPS32ThreeAddrGPR<InstMIPS32::Add>;
1202 using InstMIPS32Addu = InstMIPS32ThreeAddrGPR<InstMIPS32::Addu>;
[all …]