1 2# Copyright (C) 2009 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15 16# 17# Configuration for ARMv7-a architecture targets. 18# 19 20# file header and basic definitions 21#import c/header.c 22import armv5te/header.S 23 24# C pre-processor defines for stub C instructions 25#import cstubs/stubdefs.c 26 27# highly-platform-specific defs 28import armv5te/platform.S 29 30# common defs for the C helpers; include this before the instruction handlers 31#import c/opcommon.c 32 33# opcode list; argument to op-start is default directory 34op-start armv5te-vfp 35 op TEMPLATE_CMP_LONG armv5te 36 op TEMPLATE_INVOKE_METHOD_CHAIN armv5te 37 op TEMPLATE_INVOKE_METHOD_NATIVE armv5te 38 op TEMPLATE_INVOKE_METHOD_NO_OPT armv5te 39 op TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN armv5te 40 op TEMPLATE_MUL_LONG armv5te 41 op TEMPLATE_RETURN armv5te 42 op TEMPLATE_SHL_LONG armv5te 43 op TEMPLATE_SHR_LONG armv5te 44 op TEMPLATE_USHR_LONG armv5te 45 46op-end 47 48# "helper" code for C; include if you use any of the C stubs (this generates 49# object code, so it's normally excluded) 50##import c/gotoTargets.c 51 52# end of defs; include this when cstubs/stubdefs.c is included 53#import cstubs/enddefs.c 54 55# common subroutines for asm 56import armv5te/footer.S 57