Lines Matching refs:InstARM32UnaryopGPR
551 class InstARM32UnaryopGPR : public InstARM32Pred {
552 InstARM32UnaryopGPR() = delete;
553 InstARM32UnaryopGPR(const InstARM32UnaryopGPR &) = delete;
554 InstARM32UnaryopGPR &operator=(const InstARM32UnaryopGPR &) = delete;
557 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create()
559 return new (Func->allocate<InstARM32UnaryopGPR>()) in create()
560 InstARM32UnaryopGPR(Func, Dest, Src, Predicate); in create()
581 InstARM32UnaryopGPR(Cfg *Func, Variable *Dest, Operand *Src, in InstARM32UnaryopGPR() function
1053 using InstARM32Movw = InstARM32UnaryopGPR<InstARM32::Movw, false>;
1054 using InstARM32Clz = InstARM32UnaryopGPR<InstARM32::Clz, false>;
1055 using InstARM32Mvn = InstARM32UnaryopGPR<InstARM32::Mvn, false>;
1056 using InstARM32Rbit = InstARM32UnaryopGPR<InstARM32::Rbit, false>;
1057 using InstARM32Rev = InstARM32UnaryopGPR<InstARM32::Rev, false>;
1061 using InstARM32Sxt = InstARM32UnaryopGPR<InstARM32::Sxt, true>;
1062 using InstARM32Uxt = InstARM32UnaryopGPR<InstARM32::Uxt, true>;