Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h917 Context.insert<InstARM32Vmovlh>(Dest, Src0, Src1); in _vmovlh()
DIceInstARM32.cpp958 template <> void InstARM32Vmovlh::emitIAS(const Cfg *Func) const { in emitIAS()
1867 template <> const char *InstARM32Vmovlh::Opcode = "vmovlh";
DIceInstARM32.h1032 using InstARM32Vmovlh = InstARM32ThreeAddrFP<InstARM32::Vmovlh>; variable