Home
last modified time | relevance | path

Searched refs:z196 (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DOPENSSL_s390xcap.pod37 are B<z900>, B<z990>, B<z9>, B<z10>, B<z196>, B<zEC12>, B<z13>, B<z14>
174 Disables all instruction set extensions which the z196 processor does not implement:
176 OPENSSL_s390xcap="z196"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZProcessors.td27 def : ProcessorModel<"z196", Z196Model, Arch9SupportedFeatures.List>;
/third_party/openssl/crypto/
Ds390xcap.c314 static const struct OPENSSL_s390xcap_st z196 = { in parse_env() local
722 else if TOK_CPU(z196) in parse_env()
/third_party/node/
Dcommon.gypi419 'cflags': [ '-m64', '-march=z196' ],
420 'ldflags': [ '-m64', '-march=z196' ],
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi295 'cflags': [ '-march=z196' ],
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md513 * [[`52f0092f54`](https://github.com/nodejs/node/commit/52f0092f54)] - **s390**: enable march=z196
/third_party/openssl/
DCHANGES.md7789 - s390x: z196 support;