Searched refs:InstARM32Eor (Results 1 – 3 of 3) sorted by relevance
381 Context.insert<InstARM32Eor>(Dest, Src0, Src1, Pred);
572 template <> void InstARM32Eor::emitIAS(const Cfg *Func) const { in emitIAS()1840 template <> const char *InstARM32Eor::Opcode = "eor";
1008 using InstARM32Eor = InstARM32ThreeAddrGPR<InstARM32::Eor>; variable