Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h982 class InstMIPS32Trap : public InstMIPS32 {
983 InstMIPS32Trap() = delete;
984 InstMIPS32Trap(const InstMIPS32Trap &) = delete;
985 InstMIPS32Trap &operator=(const InstMIPS32Trap &) = delete;
988 static InstMIPS32Trap *create(Cfg *Func, Operand *Src0, Operand *Src1, in create()
990 return new (Func->allocate<InstMIPS32Trap>()) in create()
991 InstMIPS32Trap(Func, Src0, Src1, Tcode); in create()
1025 InstMIPS32Trap(Cfg *Func, Operand *Src0, Operand *Src1, const uint32_t Tcode) in InstMIPS32Trap() function
1282 using InstMIPS32Teq = InstMIPS32Trap<InstMIPS32::Teq>;