Searched refs:InstARM32Vmovhl (Results 1 – 3 of 3) sorted by relevance
914 Context.insert<InstARM32Vmovhl>(Dest, Src0, Src1); in _vmovhl()
939 template <> void InstARM32Vmovhl::emitIAS(const Cfg *Func) const { in emitIAS()1866 template <> const char *InstARM32Vmovhl::Opcode = "vmovhl";
1031 using InstARM32Vmovhl = InstARM32ThreeAddrFP<InstARM32::Vmovhl>; variable