Home
last modified time | relevance | path

Searched refs:InstARM32Vmovhl (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h914 Context.insert<InstARM32Vmovhl>(Dest, Src0, Src1); in _vmovhl()
DIceInstARM32.cpp939 template <> void InstARM32Vmovhl::emitIAS(const Cfg *Func) const { in emitIAS()
1866 template <> const char *InstARM32Vmovhl::Opcode = "vmovhl";
DIceInstARM32.h1031 using InstARM32Vmovhl = InstARM32ThreeAddrFP<InstARM32::Vmovhl>; variable