HomeSort by relevance Sort by last modified time
    Searched defs:ARM (Results 1 - 10 of 10) sorted by null

  /external/libffi/linux-arm/
ffi.h 6 #define ARM
7 #include "../src/arm/ffitarget.h"
  /external/clang/include/clang/Basic/
TargetBuiltins.h 18 /// ARM builtins
19 namespace ARM {
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 94 #define ARM
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 1 //===-- ARMAsmPrinter.h - Print machine code to an ARM .s file ------------===//
10 // ARM Assembly printer class.
17 #include "ARM.h"
26 namespace ARM {
54 return "ARM Assembly Printer";
105 // ARM/Darwin adds ISA to the DWARF info for each function.
109 llvm::ARM::DW_ISA_ARM_thumb : llvm::ARM::DW_ISA_ARM_arm;
ARMRelocations.h 1 //===- ARMRelocations.h - ARM Code Relocations ------------------*- C++ -*-===//
10 // This file defines the ARM target-specific relocation types.
20 namespace ARM {
42 // reloc_arm_machine_cp_entry - Relocation of a ARM machine constantpool
ARMISelLowering.h 1 //===-- ARMISelLowering.h - ARM DAG Lowering Interface ----------*- C++ -*-===//
10 // This file defines the interfaces that ARM uses to lower LLVM code into a
30 // ARM Specific DAG Nodes
54 CMP, // ARM compare instructions.
55 CMPZ, // ARM compare that sets only Z flag.
56 CMPFP, // ARM VFP compare instruction, sets FPSCR.
57 CMPFPw0, // ARM VFP compare against zero instruction, sets FPSCR.
58 FMSTAT, // ARM fmstat instruction.
59 CMOV, // ARM conditional move instructions.
63 RBIT, // ARM bitreverse instructio
    [all...]
  /external/valgrind/main/coregrind/
pub_core_basics.h 87 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15 */
88 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13 */
107 } ARM;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 1 //===-- ARM/ARMFixupKinds.h - ARM Specific Fixup Entries --------*- C++ -*-===//
16 namespace ARM {
  /external/strace/android/arch/arm/
config.h 7 /* Define for the ARM architecture. */
8 #define ARM 1
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 };
554 ExceptionsType == ExceptionHandling::ARM ||

Completed in 224 milliseconds