5#ifndef RUNTIME_VM_CPU_ARM_H_
6#define RUNTIME_VM_CPU_ARM_H_
8#if !defined(RUNTIME_VM_CPU_H_)
9#error Do not include cpu_arm.h directly; use cpu.h instead.
36 return integer_division_supported_ && !FLAG_target_unknown_cpu;
40 return neon_supported_;
44 return hardfp_supported_;
47#if !defined(HOST_ARCH_ARM)
50 integer_division_supported_ = supported;
54 neon_supported_ = supported;
59 static const char* hardware_;
60 static bool integer_division_supported_;
61 static bool neon_supported_;
62 static bool hardfp_supported_;
64 static bool initialized_;
#define DEBUG_ASSERT(cond)
static bool integer_division_supported()
static const char * hardware()
static void set_integer_division_supported(bool supported)
static bool neon_supported()
static bool hardfp_supported()
static void set_neon_supported(bool supported)
static bool hardfp_supported()
static bool neon_supported()
static bool double_truncate_round_supported()
static bool integer_division_supported()
static const char * hardware()