Searched refs:InstARM32Vmovlh (Results 1 – 3 of 3) sorted by relevance
917 Context.insert<InstARM32Vmovlh>(Dest, Src0, Src1); in _vmovlh()
958 template <> void InstARM32Vmovlh::emitIAS(const Cfg *Func) const { in emitIAS()1867 template <> const char *InstARM32Vmovlh::Opcode = "vmovlh";
1032 using InstARM32Vmovlh = InstARM32ThreeAddrFP<InstARM32::Vmovlh>; variable