Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h908 Context.insert<InstARM32Vmovl>(Dest, Src0, Src1); in _vmovl()
DIceInstARM32.cpp901 template <> void InstARM32Vmovl::emitIAS(const Cfg *Func) const { in emitIAS()
1864 template <> const char *InstARM32Vmovl::Opcode = "vmovl";
DIceInstARM32.h1029 using InstARM32Vmovl = InstARM32ThreeAddrFP<InstARM32::Vmovl>; variable