Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DCSKY.cpp72 if (VDSPV2) { in getTargetDefines()
107 .Case("vdspv2", VDSPV2) in hasFeature()
130 VDSPV2 = true; in handleTargetFeatures()
H A DCSKY.h35 bool VDSPV2 = false; variable