blob: 660d0952782a1ebe394be2e9a3c6a8a8236559c8 [file] [log] [blame]
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define _CODEGEN_C
#define _ARMV7_A_NEON
#define TARGET_ARM
#include "../../../Dalvik.h"
#include "../../../CompilerInternals.h"
#include "../arm/ArmLIR.h"
#include "../../Ralloc.h"
#include "../Codegen.h"
/* Common codegen utility code */
#include "../../CodegenUtil.cc"
/* Thumb2-specific factory utilities */
#include "../Thumb2/Factory.cc"
/* Target indepedent factory utilities */
#include "../../CodegenFactory.cc"
/* Target independent gen routines */
#include "../../GenCommon.cc"
/* Shared invoke gen routines */
#include "../../GenInvoke.cc"
/* Arm-specific factory utilities */
#include "../ArchFactory.cc"
/* Thumb2-specific codegen routines */
#include "../Thumb2/Gen.cc"
/* Thumb2+VFP codegen routines */
#include "../FP/Thumb2VFP.cc"
/* Thumb2-specific register allocation */
#include "../Thumb2/Ralloc.cc"
/* Bitcode conversion */
#include "../../MethodBitcode.cc"
/* MIR2LIR dispatcher and architectural independent codegen routines */
#include "../../MethodCodegenDriver.cc"
/* Target-independent local optimizations */
#include "../../LocalOptimizations.cc"
/* Architecture manifest */
#include "ArchVariant.cc"