Searched refs:InstARM32Vmovh (Results 1 – 3 of 3) sorted by relevance
911 Context.insert<InstARM32Vmovh>(Dest, Src0, Src1); in _vmovh()
920 template <> void InstARM32Vmovh::emitIAS(const Cfg *Func) const { in emitIAS()1865 template <> const char *InstARM32Vmovh::Opcode = "vmovh";
1030 using InstARM32Vmovh = InstARM32ThreeAddrFP<InstARM32::Vmovh>; variable