blob: 00339ef61ab0ba36033147005f6ef49b73065ab9 [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 TGT_LIR ArmLIR
#include "../../../Dalvik.h"
//#include "interp/InterpDefs.h"
//#include "libdex/DexOpcodes.h"
#include "../../../CompilerInternals.h"
#include "../arm/ArmLIR.h"
//#include "mterp/common/FindInterface.h"
#include "../../Ralloc.h"
#include "../Codegen.h"
/* Arm codegen building blocks */
#include "../CodegenCommon.cc"
/* Thumb2-specific factory utilities */
#include "../Thumb2/Factory.cc"
/* Target indepedent factory utilities */
#include "../../CodegenFactory.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"
/* MIR2LIR dispatcher and architectural independent codegen routines */
#include "../MethodCodegenDriver.cc"
/* Architecture manifest */
#include "ArchVariant.cc"