Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A 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()