Searched refs:ThunderX (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 457 def ProcThunderX : SubtargetFeature<"thunderx", "ARMProcFamily", "ThunderX", 458 "Cavium ThunderX processors", [ 469 "Cavium ThunderX processors", [ 480 "Cavium ThunderX processors", [ 491 "Cavium ThunderX processors", [ 525 // Cavium ThunderX/ThunderX T8X Processors
|
D | AArch64SchedThunderX.td | 1 //==- AArch64SchedThunderX.td - Cavium ThunderX T8X Scheduling Definitions -*- tablegen -*-=// 10 // This file defines the itinerary class data for the ARM ThunderX T8X 20 // Cavium ThunderX T8X scheduling machine model. 23 let MicroOpBufferSize = 0; // ThunderX T88/T81/T83 are in-order.
|
D | AArch64Subtarget.cpp | 127 case ThunderX: in initializeProperties()
|
D | AArch64Subtarget.h | 56 ThunderX, enumerator
|
D | AArch64SchedThunderX2T99.td | 1 //=- AArch64SchedThunderX2T99.td - Cavium ThunderX T99 ---*- tablegen -*-=//
|
/external/u-boot/arch/arm/dts/ |
D | thunderx-88xx.dts | 14 model = "Cavium ThunderX CN88XX board";
|
/external/u-boot/arch/arm/ |
D | Kconfig | 1293 bool "Support ThunderX 88xx"
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 587 75% on average on a Cavium ThunderX processor and by about 2-2.5x on average on 617 decompression of full-color JPEGs by nearly 2x on average on a Cavium ThunderX
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 148 …{ "thunderx", "Cavium ThunderX processors", { AArch64::ProcThunderX }, { AArch64::FeatureCRC, AArc… 150 …{ "thunderxt81", "Cavium ThunderX processors", { AArch64::ProcThunderXT81 }, { AArch64::FeatureCRC… 151 …{ "thunderxt83", "Cavium ThunderX processors", { AArch64::ProcThunderXT83 }, { AArch64::FeatureCRC… 152 …{ "thunderxt88", "Cavium ThunderX processors", { AArch64::ProcThunderXT88 }, { AArch64::FeatureCRC… 10954 if (Bits[AArch64::ProcThunderX] && ARMProcFamily < ThunderX) ARMProcFamily = ThunderX;
|