Searched refs:InstARM32Mul (Results 1 – 3 of 3) sorted by relevance
713 Context.insert<InstARM32Mul>(Dest, Src0, Src1, Pred);
607 template <> void InstARM32Mul::emitIAS(const Cfg *Func) const { in emitIAS()1843 template <> const char *InstARM32Mul::Opcode = "mul";
1011 using InstARM32Mul = InstARM32ThreeAddrGPR<InstARM32::Mul>; variable