Searched refs:InstARM32Rev (Results 1 – 3 of 3) sorted by relevance
744 Context.insert<InstARM32Rev>(Dest, Src0, Pred);
1824 template <> const char *InstARM32Rev::Opcode = "rev";2496 template <> void InstARM32Rev::emitIAS(const Cfg *Func) const { in emitIAS()
1057 using InstARM32Rev = InstARM32UnaryopGPR<InstARM32::Rev, false>; variable