HomeSort by relevance Sort by last modified time
    Searched refs:arm (Results 301 - 325 of 2204) sorted by null

<<11121314151617181920>>

  /art/runtime/arch/
context-inl.h 26 #include "arm/context_arm.h"
27 #define RUNTIME_CONTEXT_TYPE arm::ArmContext
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/cryptocell/
cryptocell_crypto.mk 2 # Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
23 INCLUDES += -Iinclude/drivers/arm/cryptocell
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/
platform.mk 2 # Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
21 RK_GIC_SOURCES := drivers/arm/gic/common/gic_common.c \
22 drivers/arm/gic/v2/gicv2_main.c \
23 drivers/arm/gic/v2/gicv2_helpers.c \
32 drivers/arm/cci/cci.c \
  /external/clang/test/Driver/
as-default-dwarf.s 1 @ REQUIRES: arm-registered-target
  /external/llvm/test/MC/ARM/
directive-literals.s 1 @ RUN: llvm-mc -triple arm %s | FileCheck %s
inst-constant-required.s 5 .arm
inst-overflow.s 5 .arm
modified-immediate-fixup-error.s 2 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
udf-thumb-diagnostics.s 16 @ CHECK: error: instruction requires: arm-mode
arm-thumb-cpus-default.s 1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
20 @ ARM/Thumb mode.
22 @ CHECK-ARM-THUMB: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1]
23 @ CHECK-ARM-ONLY: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1]
directive-arch-armv4.s 3 @ This test case will check the default .ARM.attributes value for the
6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
23 @ CHECK-ATTR: Description: ARM v4
  /packages/apps/Camera2/jni/
Android.mk 14 LOCAL_ARM_MODE := arm
31 LOCAL_ARM_MODE := arm
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_ref.go 5 // +build !amd64,!amd64p32,!arm,!386 arm,nacl
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_ref.go 5 // +build !amd64,!amd64p32,!arm,!386 arm,nacl
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldrd-unpredictable.s 3 .arm
reg-alias.s 10 @ The NOPs are here for ports like arm-aout which will pad
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
abs-call-1.s 5 arm: bl 0x100000 label
arm-static-app.d 2 .*: file format elf32-(little|big)arm.*
3 architecture: arm.*, flags 0x00000112:
tls-gdierelax.d 2 tmpdir/tls-app-rel-ie: file format elf32-.*arm.*
3 architecture: arm.*, flags 0x[0-9a-f]+:
ifunc-11.s 29 define f1,.arm
30 define f2,.arm
31 define f3,.arm
ifunc-12.s 29 define f1,.arm
30 define f2,.arm
31 define f3,.arm
ifunc-6.s 32 define f1,.arm
34 define f3,.arm
39 .arm
tls-longplt-lib.s 5 .arm
21 .arm
28 .arm
tls-longplt.s 5 .arm
21 .arm
28 .arm
  /external/capstone/bindings/ocaml/
test_arm.ml 6 open Arm
25 (CS_ARCH_ARM, [CS_MODE_ARM], _ARM_CODE, "ARM");
61 | CS_INFO_ARM arm -> (
62 if arm.cc != _ARM_CC_AL && arm.cc != _ARM_CC_INVALID then
63 printf "\tCode condition: %u\n" arm.cc;
65 if arm.update_flags then
68 if arm.writeback then
72 if (Array.length arm.operands) > 0 then (
73 printf "\top_count: %d\n" (Array.length arm.operands)
    [all...]

Completed in 641 milliseconds

<<11121314151617181920>>