Searched refs:InstARM32Vmls (Results 1 – 3 of 3) sorted by relevance
898 Context.insert<InstARM32Vmls>(Dest, Src0, Src1); in _vmls()
866 template <> void InstARM32Vmls::emitIAS(const Cfg *Func) const { in emitIAS()1636 template <> const char *InstARM32Vmls::Opcode = "vmls";
1014 using InstARM32Vmls = InstARM32FourAddrFP<InstARM32::Vmls>; variable