Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1987 const bool CoreVFPMove = isMoveBetweenCoreAndVFPRegisters(Dest, Src0); in emitSingleDestSingleSource() local
1988 const bool IsVMove = (IsVector || IsScalarFP || CoreVFPMove); in emitSingleDestSingleSource()
1993 const char *WidthString = !CoreVFPMove ? getFpWidthString(Ty) : ""; in emitSingleDestSingleSource()