Home
last modified time | relevance | path

Searched refs:ARMv6 (Results 1 – 15 of 15) sorted by relevance

/third_party/lz4/contrib/debian/
Dchangelog5 * Improved: Performance on ARMv6 and ARMv7
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARM.td650 def ARMv6 : Architecture<"armv6", "ARMv6", [HasV6Ops,
840 def ARMv6j : Architecture<"armv6j", "ARMv7a", [ARMv6]>;
895 def : Processor<"arm1136j-s", ARMV6Itineraries, [ARMv6]>;
896 def : Processor<"arm1136jf-s", ARMV6Itineraries, [ARMv6,
DARMSubtarget.h95 ARMv6, enumerator
DREADME.txt498 ARMv6 has scalar saturating and halving adds and subtracts. The same
500 those operations and the ARMv6 scalar versions.
/third_party/rust/crates/minimal-lexical/
DREADME.md76 - arm (ARMv6) Linux, and Android.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2026 if ((version == ARMv5TE) || (version == ARMv6)) { in Process()
2284 if ((version == ARMv5TE) || (version == ARMv6)) { in Bind()
2629 if ((version == ARMv5TE) || (version == ARMv6)) { in LoadPatchableImmediate()
2651 if ((version == ARMv5TE) || (version == ARMv6)) { in LoadDecodableImmediate()
/third_party/lz4/
DNEWS148 Improved: Significant speed boost on ARMv6 and ARMv7
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md808 loss (~3-4% on average) with ARMv6 code and a small gain (also ~3-4%) with
810 demonstrated a significant overall performance gain with both ARMv6 and ARMv7
1103 7. Added ARMv6 and ARMv7 architectures to libjpeg.a and libturbojpeg.a in
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md1157 …ithub.com/nodejs/node/commit/32a6dbcf23)] - **test**: extend timeouts for ARMv6 (Rod Vagg) [nodejs…
1372 …ithub.com/nodejs/node/commit/f9b226c1c1)] - **test**: extend timeouts for ARMv6 (Rod Vagg) [#1554]…
1507 …ove the state of ARM support for builds and tests. The io.js CI cluster's ARMv6, ARMv7 and ARMv8 b…
1509ARMv6: [#1376](https://github.com/nodejs/node/issues/1376) reported a problem with `Math.exp()` on…
1510 …* Tests: timeouts have been tuned specifically for slower platforms, detected as ARMv6 and ARMv7. …
2406 * Patch for V8 to properly detect ARMv6; binaries now work again on
2407 ARMv6 (Raspberry Pi etc.)
2478 * ARMv6 builds still not working, there is a hold-up in V8 on this, issue #283
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md1200 loss (~3-4% on average) with ARMv6 code and a small gain (also ~3-4%) with
1202 demonstrated a significant overall performance gain with both ARMv6 and ARMv7
1496 7. Added ARMv6 and ARMv7 architectures to libjpeg.a and libturbojpeg.a in
/third_party/libjpeg-turbo/
DChangeLog.md1320 loss (~3-4% on average) with ARMv6 code and a small gain (also ~3-4%) with
1322 demonstrated a significant overall performance gain with both ARMv6 and ARMv7
1616 7. Added ARMv6 and ARMv7 architectures to libjpeg.a and libturbojpeg.a in
/third_party/node/doc/guides/
Dreleases.md659 ARMv6 builds. Any downloads that are missing will have `*Coming soon*` next to
/third_party/pulseaudio/
Dconfigure.ac346 AC_DEFINE([HAVE_ARMV6], 1, [Have ARMv6 instructions.])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc25 ARMv6 = 9,
235 { "armv6", "ARMv6 architecture", ARM::ARMv6, { { { 0x400000000000ULL, 0x0ULL, 0x20ULL, } } } },
19376 if (Bits[ARM::ARMv6] && ARMArch < ARMv6) ARMArch = ARMv6;
/third_party/NuttX/
DReleaseNotes3842 also implemetned for the ARMv6-M and MIPS32 families.
3864 * ARMv6-M (Cortex-M0):
4186 * ARMv6-M:
4376 - Added support for a generic ARM, ARMv6-M and ARMv7-M Windows EABI
9352 * ARMv6-M:
9354 - ARMv6-M Assertions: Port some per-process stack dumping logic from
9355 ARMv7-M to ARMv6-M. From Alan Carvalho de Assis.
9534 * ARMv6-M:
9536 - ARMv6-M: Fix Cortex-M0 assembly error when the interrupt stack is
14231 * ARMv6-M:
[all …]