/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 49 0x00010000 /* This is a nap state (POWER7,POWER8) */ 50 0x00020000 /* This is a fast-sleep state (POWER8)*/ 51 0x00040000 /* This is a winkle state (POWER8) */ 54 /* timebase (POWER8) */ 56 /* (POWER8)*/ 68 ibm,cpu-idle-state-names. On POWER8 this is an optional 76 This property is required on POWER9 and absent on POWER8. 82 required on POWER9 and absent on POWER8. 111 is an optional property on POWER8 and is absent on 118 property on POWER8 and is absent on POWER9.
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/ |
H A D | mapfile.csv | 15 # Power8 entries 16 004[bcd][[:xdigit:]]{4},1,power8,core
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 157 def FeatureP8Altivec : SubtargetFeature<"power8-altivec", "HasP8Altivec", "true", 158 "Enable POWER8 Altivec instructions", 161 "Enable POWER8 Crypto instructions", 163 def FeatureP8Vector : SubtargetFeature<"power8-vector", "HasP8Vector", "true", 164 "Enable POWER8 vector instructions", 168 "Enable Power8 direct move instructions", 190 "Power8 Addi-Load fusion", 194 "Power8 Addis-Load fusion", 362 // [ features that Power8 does not support but inheritable ] 364 // [ features that Power8 does not support and not inheritable ] [all …]
|
H A D | PPCLowerMASSVEntries.cpp | 72 /// "_P8" for Power8, "_P9" for Power9. The string is used as a suffix while 74 /// includes minimum subtarget Power8 for Linux and Power7 for AIX. 90 "Mininum subtarget for -vector-library=MASSV option is Power8 on Linux " in getCPUSuffix()
|
H A D | PPCMacroFusion.def | 31 // Power8 User Manual Section 10.1.12, Instruction Fusion
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 47 } else if (Feature == "+power8-vector") { in handleTargetFeatures() 455 // - power8-vector 504 bool Found = FindVSXSubfeature("+power8-vector", "-mpower8-vector"); in ppcUserFeaturesCheck() 540 Features["power8-vector"] = llvm::StringSwitch<bool>(CPU) in initFeatureMap() 722 .Case("power8-vector", HasP8Vector) in hasFeature() 760 .Case("power8-vector", true) in setFeatureEnabled() 770 Features["power8-vector"] = true; in setFeatureEnabled() 772 Features["power8-vector"] = Features["power9-vector"] = true; in setFeatureEnabled() 785 Features["vsx"] = Features["direct-move"] = Features["power8-vector"] = in setFeatureEnabled() 789 if (Name == "power8-vector") in setFeatureEnabled() [all …]
|
H A D | PPC.h | 156 // powerpc64le automatically defaults to at least power8. in setCPU() 157 .Cases("power8", "pwr8", "ppc64le", in setCPU() 498 // For power8 and up, backend is able to inline 16-byte atomic lock free in setMaxAtomicWidth()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 46 is derived from JSON file name, 'power8.json'). 95 where 'pm_1plus_ppc_cmpl' is a Power8 PMU event.
|
/freebsd/contrib/tcpdump/doc/ |
H A D | README.aix.md | 12 ## AIX 7.2/POWER8
|
/freebsd/sys/powerpc/include/ |
H A D | trap.h | 105 /* POWER8 */ 106 #define EXC_SOFT_PATCH 0x1500 /* POWER8 Soft Patch Exception */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 105 PPC_CPU("power8",SYS_CALL,45,USE_SYS_CONF,AIX_PPC8_VALUE) 118 PPC_LNX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",PPCF_ARCH207,0x80000000,PPC_FAWORD_… 198 PPC_AIX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",USE_SYS_CONF,AIX_SYSCON_IMPL_IDX,0,…
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-opal.txt | 30 compatible = "ibm,power8-i2c-port", "ibm,opal-i2c";
|
/freebsd/contrib/bearssl/src/ |
H A D | config.h | 206 * 2.07 opcodes (available on POWER8 processors and later) is compiled. 209 * architecture is POWER8 or later.
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | PPC.cpp | 70 .Case("power8", "pwr8") in normalizeCPUName() 101 .Case("power8", "-mpower8") in getPPCAsmModeForCPU()
|
/freebsd/lib/libpmc/ |
H A D | pmc.3 | 208 .Tn POWER8 and 243 .Tn POWER8
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_i2cm.c | 79 ofw_bus_is_compatible(dev, "ibm,power8-i2cm"))) in opal_i2cm_probe()
|
H A D | opal_pci.c | 386 /* Map TCE for every PE. It seems necessary for Power8 */ in opalpci_attach() 409 if (ofw_bus_is_compatible(dev, "power8-pciex")) in opalpci_attach() 439 * Constrain it to POWER8 PHB (ioda2) for now. It seems to mess up on in opalpci_attach()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | bmi2intrin.h | 86 the Power8 Bit permute instruction. */ in _pext_u64()
|
H A D | pmmintrin.h | 138 /* POWER8 / POWER9 have no equivalent for _mm_monitor nor _mm_wait. */
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha512_impl.c | 144 .name = "power8"
|
H A D | sha256_impl.c | 172 .name = "power8"
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512p8-ppc.pl | 26 # result is degree of computational resources' utilization. POWER8 is 39 # POWER8 POWER9
|
/freebsd/crypto/openssl/crypto/ |
H A D | ppccap.c | 188 if (__power_set(0xffffffffU<<16)) /* POWER8 and later */ in OPENSSL_cpuid_setup()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_block.h | 340 * present in POWER8 and later. 1864 * AES implementation using POWER8 opcodes. 2108 * that implementation was compiled in the library _and_ the POWER8 2121 * that implementation was compiled in the library _and_ the POWER8 2133 * implementation was compiled in the library _and_ the POWER8 crypto 2146 * that implementation was compiled in the library _and_ the POWER8 AES
|
/freebsd/sys/sys/ |
H A D | pmc.h | 114 __PMC_CPU(PPC_POWER8, 0x390, "IBM POWER8") \ 152 __PMC_CLASS(POWER8, 0x15, "IBM POWER8 class") \
|