Searched refs:InstARM32UnaryopGPR (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h551 class InstARM32UnaryopGPR : public InstARM32Pred { class in namespace:Ice::ARM32
552 InstARM32UnaryopGPR() = delete;
553 InstARM32UnaryopGPR(const InstARM32UnaryopGPR &) = delete;
554 InstARM32UnaryopGPR &operator=(const InstARM32UnaryopGPR &) = delete;
557 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src,
559 return new (Func->allocate<InstARM32UnaryopGPR>())
560 InstARM32UnaryopGPR(Func, Dest, Src, Predicate);
581 InstARM32UnaryopGPR(Cf function in class:Ice::ARM32::InstARM32UnaryopGPR
[all...]
H A DIceInstARM32.cpp2486 void InstARM32UnaryopGPR<K, Nws>::emitIAS(const Cfg *Func) const {
3525 template class InstARM32UnaryopGPR<InstARM32::Movw, false>;
3526 template class InstARM32UnaryopGPR<InstARM32::Clz, false>;
3527 template class InstARM32UnaryopGPR<InstARM32::Mvn, false>;
3528 template class InstARM32UnaryopGPR<InstARM32::Rbit, false>;
3529 template class InstARM32UnaryopGPR<InstARM32::Rev, false>;
3530 template class InstARM32UnaryopGPR<InstARM32::Sxt, true>;
3531 template class InstARM32UnaryopGPR<InstARM32::Uxt, true>;

Completed in 237 milliseconds