/aosp_15_r20/external/llvm/test/CodeGen/ARM/ |
H A D | emutls.ll | 2 ; RUN: -relocation-model=pic < %s | FileCheck -check-prefix=ARM32 %s 11 ; ARM32-LABEL: my_get_xyz: 12 ; ARM32: ldr r0, 13 ; ARM32: ldr r0, [pc, r0] 14 ; ARM32-NEXT: bl my_emutls_get_address 15 ; ARM32-NEXT: ldr r0, [r0] 16 ; ARM32: .long my_emutls_v_xyz(GOT_PREL) 34 ; ARM32-LABEL: f1: 35 ; ARM32: ldr r0, 36 ; ARM32: ldr r0, [pc, r0] [all …]
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 31 // Moved to ARM32::AssemblerARM32 as needed 175 // Already defined as ARM32::OperandARM32FlexImm::canHoldImm(). 435 // Moved to ARM32::AssemblerARM32::and_() 439 // Moved to ARM32::AssemblerARM32::eor() 442 // Moved to ARM32::AssemberARM32::sub() 446 // Moved to ARM32::AssemberARM32::rsb() 450 // Moved to ARM32::AssemblerARM32::add() 455 // Moved to ARM32::AssemblerARM32::adc() 460 // Moved to ARM32::AssemblerARM32::sbc() 463 // Moved to ARM32::AssemblerARM32::sbc() [all …]
|
H A D | assembler_arm.cc | 75 // Moved to ARM32::AssemblerARM32::emitType01() 95 // Moved to ARM32::AssemblerARM32::emitType05() 104 // Moved to ARM32::AssemblerARM32::emitMemOp() 135 // Moved to ARM32::AssemblerARM32::emitMuliMemOp() 179 // Moved to ARM32::AssemblerARM32::and_() 184 // Moved to ARM32::AssemberARM32::eor() 189 // Moved to ARM32::AssemberARM32::sub() 194 // Moved to ARM32::AssemberARM32::rsb() 199 // Moved to ARM32::AssemberARM32::rsb() 204 // Moved to ARM32::AssemberARM32::add() [all …]
|
/aosp_15_r20/external/executorch/backends/xnnpack/third-party/ |
H A D | xnnpack.buck.bzl | 150 "ovr_config//cpu:arm32": prod_srcs_for_arch_wrapper("armsimd32"), 160 "ovr_config//cpu:arm32": ARMSIMD32_COMPILER_FLAGS, 202 "ovr_config//cpu:arm32": FP16ARITH_COMPILER_FLAGS, 224 "ovr_config//cpu:arm32": DEFAULT_DUMMY_SRC, 234 "ovr_config//cpu:arm32": [], 254 "ovr_config//cpu:arm32": DEFAULT_DUMMY_SRC, 264 "ovr_config//cpu:arm32": [], 284 "ovr_config//cpu:arm32": DEFAULT_DUMMY_SRC, 294 "ovr_config//cpu:arm32": [], 314 "ovr_config//cpu:arm32": DEFAULT_DUMMY_SRC, [all …]
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.cpp | 1 //===- subzero/src/IceInstARM32.cpp - ARM32 instruction implementation ----===// 26 namespace ARM32 { namespace 116 if (auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>()) in startNextInst() 124 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitUsingTextFixup() 294 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() 302 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() 546 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() 553 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() 559 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() 566 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/buildbot/ |
D | remoteDeploy.bat | 10 if "%1"=="-arm32" (set arm32_ssh=true) & shift & goto CheckOpts 33 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%PCBuild\arm32" 41 …"USEBACKQ" %%i in (`dir PCbuild\arm32\*.exe /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_P… 42 …"USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_P… 43 …"USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_P… 55 echo where [ip address] is the address of a Windows IoT Core ARM32 device. 59 echo and the ARM32 worker device: see https://docs.microsoft.com/en-us/windows/iot-core/connect-you…
|
D | remotePythonInfo.bat | 13 if "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift & go… 30 echo where [ip address] is the address of a Windows IoT Core ARM32 device. 34 echo and the ARM32 worker device: see https://docs.microsoft.com/en-us/windows/iot-core/connect-you…
|
/aosp_15_r20/external/libdav1d/ |
H A D | NEWS | 50 - Reduction of binary size on ARM64, ARM32 and RISC-V 78 - NEON implemetation of save_tmvs for ARM32 and ARM64 177 - Film grain NEON for fguv 10/12b, fgy/fguv 8b and fgy/fguv 10/12 arm32 199 - ARM32 optimizations for ipred and itx in 10/12bits, 200 completing the 10b/12b work on ARM64 and ARM32 207 - ARM32: improve speed of ipred and warp 209 - ARM32/64: improve speed of looprestoration 222 - ARM32 optimizations for 10bit bitdepth for SGR 223 - ARM32 optimizations for 16bit bitdepth for blend/w_masl/emu_edge 235 - ARM32 optimizations for 8bit bitdepth for ipred paeth, smooth, cfl [all …]
|
/aosp_15_r20/external/pytorch/third_party/ |
H A D | xnnpack.buck.bzl | 1664 "(arm32|aarch32|armv7)", 1690 "ovr_config//cpu:arm32": PROD_NEON_MICROKERNEL_SRCS, 1702 "ovr_config//cpu:arm32": [ 1715 "(aarch32|arm32|armv7)", 1725 "(aarch32|arm32|armv7)", 1785 "ovr_config//cpu:arm32": PROD_NEONFMA_MICROKERNEL_SRCS, 1797 "ovr_config//cpu:arm32": [ 1817 "(aarch32|arm32|armv7)", 1827 "(aarch32|arm32|armv7)", 1900 "ovr_config//cpu:arm32": [ [all …]
|
/aosp_15_r20/bionic/docs/ |
H A D | elf-tls.md | 250 struct TlsDescriptor { // NB: arm32 reverses these fields 325 * GCC and the BFD linker support both designs on all supported Android architectures (arm32, arm64, 351 arm32 | no | no | no 360 arm32 (experimental) | yes | unsupported relocs | unsupported relocs 365 arm32 linkers can't relax traditional TLS accesses. BFD can relax an arm32 TLSDESC access, but LLD 392 pointer was removed in [D10661] ([this function][r240543]). (arm32 was apparently never supported.) 441 There are ptrace interfaces for reading the thread pointer for each of arm32, arm64, x86, and x86-64 443 * arm32: `PTRACE_GET_THREAD_AREA` 477 * On arm32, x86, and x86_64, the loader [should reject a TLS relocation]. (XXX: I haven't verified 609 * On arm32/arm64, it creates a pthread key, sets it to a magic value, then scans forward from [all …]
|
/aosp_15_r20/trusty/vendor/google/aosp/scripts/ |
D | build-config | 66 "generic-arm32-debug", 67 "generic-arm32", 68 "generic-arm32-test-debug", 69 "generic-arm32-test", 70 "generic-arm32-virt-test-debug", 81 "qemu-generic-arm32-gicv3-test-debug", 82 "qemu-generic-arm32-test-debug", 90 "qemu-generic-arm32-test-debug-release",
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | homogeneous-aggregates.cpp | 2 …abi hard -triple armv7-unknown-linux-gnueabi -emit-llvm -o - %s | FileCheck %s --check-prefix=ARM32 42 // ARM32: define arm_aapcs_vfpcc void @_Z7func_D12D1(%struct.D1* noalias sret %agg.result, [3 x i64… 48 // ARM32: define arm_aapcs_vfpcc %struct.D2 @_Z7func_D22D2(%struct.D2 %x.coerce) 54 // ARM32: define arm_aapcs_vfpcc void @_Z7func_D32D3(%struct.D3* noalias sret %agg.result, [4 x i64… 59 // ARM32: define arm_aapcs_vfpcc %struct.D4 @_Z7func_D42D4(%struct.D4 %x.coerce) 65 // ARM32: define arm_aapcs_vfpcc %struct.D5 @_Z7func_D52D5(%struct.D5 %x.coerce) 91 // ARM32: define arm_aapcs_vfpcc void @_Z15with_empty_base16HVAWithEmptyBase(%struct.HVAWithEmptyBa… 104 // ARM32: define arm_aapcs_vfpcc void @_Z19with_empty_bitfield20HVAWithEmptyBitField(%struct.HVAWit…
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/lava/ |
H A D | lava-gitlab-ci.yml | 52 .lava-test:arm32: 54 ARCH: arm32 68 - job: debian-arm32 71 .lava-test-deqp:arm32: 73 - .lava-test:arm32 148 .lava-piglit-traces:arm32: 150 - .lava-test:arm32
|
/aosp_15_r20/external/mesa3d/src/etnaviv/ci/ |
H A D | gitlab-ci.yml | 35 .austriancoder-imx6q-cubox-i:arm32: 63 - .baremetal-test-arm32 64 - .austriancoder-imx6q-cubox-i:arm32 75 - .baremetal-arm32-asan-test 83 - .baremetal-test-arm32 84 - .austriancoder-imx6q-cubox-i:arm32
|
/aosp_15_r20/external/toolchain-utils/go/chromeos/ |
H A D | setup_chromeos_testing.py | 20 ARCH_DATA = {"x86_64": "amd64", "arm32": "arm", "arm64": "arm64"} 24 "arm32": "armv7a-cros-linux-gnueabihf", 28 GLIBC_DATA = {"x86_64": "glibc", "arm32": "glibc32", "arm64": "glibc"} 82 keys = ["x86_64", "arm32", "arm64"] 86 "arm32": ("%s32" % arm_board), 185 keys = ["x86_64", "arm32", "arm64"] 189 "arm32": ("%s32" % arm_board),
|
/aosp_15_r20/build/soong/cc/ |
H A D | afdo_test.go | 175 …t.Errorf("Expected arm32 'libTest' not to enable afdo, but found %q in cflags %q", profileSampleCF… 181 …t.Errorf("Expected arm32 'libTest' to enable -funique-internal-linkage-names but did not find %q i… 187 …t.Errorf("Expected arm32 'libTest' to not enable afdo, but did not find %q in ldflags %q", noAfdoL… 190 …t.Errorf("Expected arm32 'libTest' to not enable afdo, but found %q in ldflags %q", afdoLtoLdFlag,… 195 t.Errorf("arm32 libTest missing dependency on afdo variant of libFoo") 199 t.Errorf("arm32 libTest missing dependency on afdo variant of libBar") 204 …t.Errorf("Expected arm32 'libFoo' to not enable afdo profile, but found %q in cflags %q", uniqueIn… 207 …t.Errorf("Expected arm32 'libFoo' to enable afdo, but did not find %q in cflags %q", uniqueInterna… 211 …t.Errorf("Expected arm32 'libBar' to not enable afdo profile, but found %q in cflags %q", uniqueIn… 214 …t.Errorf("Expected arm32 'libBar' to enable afdo, but did not find %q in cflags %q", uniqueInterna…
|
/aosp_15_r20/external/mesa3d/src/broadcom/ci/ |
H A D | gitlab-ci.yml | 24 vc4-rpi3-gl:arm32: 27 - .broadcom-test:arm32 33 DEQP_SUITE: broadcom-rpi3-arm32 90 v3d-rpi4-gl:arm32: 93 - .broadcom-test:arm32 100 DEQP_SUITE: broadcom-rpi4-arm32
|
/aosp_15_r20/external/mesa3d/src/panfrost/ci/ |
H A D | gitlab-ci.yml | 193 .lava-rk3288-veyron-jaq:arm32: 257 panfrost-t760-gles:arm32: 259 - .lava-test-deqp:arm32 262 - .lava-rk3288-veyron-jaq:arm32 266 panfrost-t760-traces:arm32: 268 - .lava-piglit-traces:arm32 271 - .lava-rk3288-veyron-jaq:arm32
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/test/ |
H A D | gitlab-ci.yml | 201 .baremetal-test-arm32: 207 S3_ARTIFACT_NAME: mesa-arm32-default-debugoptimized 210 - job: debian-arm32 228 # ARM32/64 testing of bare-metal boards attached to an x86 gitlab-runner system, using an asan mesa… 229 .baremetal-arm32-asan-test: 235 S3_ARTIFACT_NAME: mesa-arm32-asan-debugoptimized 238 - job: debian-arm32-asan
|
/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | python.props | 31 <ArchName Condition="'$(ArchName)' == '' and $(Platform) == 'ARM'">arm32</ArchName> 44 <BuildPathArm32 Condition="'$(Py_OutDir)' == ''">$(PySourcePath)PCbuild\arm32\</BuildPathArm32> 45 <BuildPathArm32 Condition="'$(Py_OutDir)' != ''">$(Py_OutDir)\arm32\</BuildPathArm32> 50 <BuildPath Condition="'$(ArchName)' == 'arm32'">$(BuildPathArm32)</BuildPath> 93 <PyArchExt Condition="'$(ArchName)' == 'arm32'">-arm32</PyArchExt> 234 …<PydTag Condition="$(ArchName) == 'arm32'">.cp$(MajorVersionNumber)$(MinorVersionNumber)-win_arm32…
|
D | rt.bat | 9 rem -p <Win32|x64|ARM|ARM64> or -win32, -x64, -arm32, -arm64 45 if "%1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts 72 if /I %1 EQU ARM (set prefix=%pcbuild%arm32) & exit /B 0
|
/aosp_15_r20/external/angle/doc/ |
H A D | DebuggingTips.md | 354 mkdir build-android-arm32 355 cd build-android-arm32/ 367 Note that you need both arm32 and arm64 builds even if working with an arm64 device. See 449 mkdir build-android-arm32 450 cd build-android-arm32/ 487 Delete the CMakeCache file in build directories build-android-arm64/ or build-android-arm32/. 503 1. Build arm32 and arm64 android packages. See [instructions](#build-renderdoc-android-apk-on-windo… 515 adb uninstall org.renderdoc.renderdoccmd.arm32
|
/aosp_15_r20/external/compiler-rt/cmake/ |
H A D | config-ix.cmake | 132 set(ARM32 arm armhf) variable 144 set(ARM32 armv7 armv7s armv7k) variable 149 ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${S390X}) 150 set(ALL_ASAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} 155 set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC64} 158 set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/ |
H A D | gitlab-ci.yml | 73 - job: debian-arm32 75 - job: debian-arm32-asan 457 debian-arm32: 472 S3_ARTIFACT_NAME: mesa-arm32-default-${BUILDTYPE} 480 debian-arm32-asan: 482 - debian-arm32 493 S3_ARTIFACT_NAME: mesa-arm32-asan-${BUILDTYPE}
|
/aosp_15_r20/bionic/libm/ |
H A D | builtins.cpp | 22 // armv7 arm32 has no instructions to implement these builtins, 41 // armv7 arm32 has no instructions to implement these builtins, 77 // armv7 arm32 has no instructions to implement these builtins, 99 // armv7 arm32 has no instructions to implement these builtins,
|