Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1985 const bool IsVMove = (IsVector || IsScalarFP || CoreVFPMove); in emitSingleDestSingleSource() local
1986 const char *Opcode = IsVMove ? "vmov" : "mov"; in emitSingleDestSingleSource()
1996 if (IsVMove) { in emitSingleDestSingleSource()