HomeSort by relevance Sort by last modified time
    Searched full:v6s_m (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 107 v6S_M = 12, // v6_M with the System extensions
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 536 /* ARM v6-M */ { 0, 0, 0, CPU(V6_M), CPU(V6S_M), CPU(V7E_M), CPU(V8), CPU(V6_M) },
537 /* ARM v6S-M */ { 0, 0, 0, 0, CPU(V6S_M), CPU(V7E_M), CPU(V8), CPU(V6S_M) },
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 594 return ARMBuildAttrs::v6S_M;
    [all...]

Completed in 210 milliseconds