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