Searched refs:CoreVFPMove (Results 1 – 1 of 1) sorted by relevance
1987 const bool CoreVFPMove = isMoveBetweenCoreAndVFPRegisters(Dest, Src0); in emitSingleDestSingleSource() local1988 const bool IsVMove = (IsVector || IsScalarFP || CoreVFPMove); in emitSingleDestSingleSource()1993 const char *WidthString = !CoreVFPMove ? getFpWidthString(Ty) : ""; in emitSingleDestSingleSource()