Searched refs:CortexA8 (Results 1 – 12 of 12) sorted by relevance
/external/arm-neon-tests/ |
D | scatter.scat | 8 init.o (CortexA8, +First) ; Create Translation Table
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 70 CortexA8, enumerator 315 bool isCortexA8() const { return ARMProcFamily == CortexA8; } in isCortexA8()
|
D | ARMSubtarget.cpp | 265 case CortexA8: in initSubtargetFeatures()
|
D | ARM.td | 771 def ProcA8 : SubtargetFeature<"a8", "ARMProcFamily", "CortexA8",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 45 Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15, enumerator 412 bool isCortexA8() const { return ARMProcFamily == CortexA8; } in isCortexA8()
|
D | ARMSubtarget.cpp | 210 case CortexA8: in initSubtargetFeatures()
|
D | ARM.td | 318 def ProcA8 : SubtargetFeature<"a8", "ARMProcFamily", "CortexA8",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 63 CortexA8, enumerator 596 bool isCortexA8() const { return ARMProcFamily == CortexA8; } in isCortexA8()
|
D | ARMSubtarget.cpp | 271 case CortexA8: in initSubtargetFeatures()
|
D | ARM.td | 547 def ProcA8 : SubtargetFeature<"a8", "ARMProcFamily", "CortexA8",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19518 if (Bits[ARM::ProcA8] && ARMProcFamily < CortexA8) ARMProcFamily = CortexA8;
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 27625 if (Bits[ARM::ProcA8] && ARMProcFamily < CortexA8) ARMProcFamily = CortexA8;
|