Home | History | Annotate | Download | only in template
      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 ARMv5TE architecture targets.
     18 #
     19 
     20 # file header and basic definitions
     21 #import c/header.c
     22 import armv5te/header.S
     23 
     24 # C pre-processor defines for stub C instructions
     25 #import cstubs/stubdefs.c
     26 
     27 # highly-platform-specific defs
     28 import armv5te-vfp/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
     34 op-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     op TEMPLATE_THROW_EXCEPTION_COMMON armv5te
     46     op TEMPLATE_STRING_COMPARETO armv5te
     47     op TEMPLATE_STRING_INDEXOF armv5te
     48     op TEMPLATE_INTERPRET armv5te
     49     op TEMPLATE_MONITOR_ENTER armv5te
     50     op TEMPLATE_MONITOR_ENTER_DEBUG armv5te
     51 
     52 op-end
     53 
     54 # "helper" code for C; include if you use any of the C stubs (this generates
     55 # object code, so it's normally excluded)
     56 ##import c/gotoTargets.c
     57 
     58 # end of defs; include this when cstubs/stubdefs.c is included
     59 #import cstubs/enddefs.c
     60 
     61 # common subroutines for asm
     62 import armv5te/footer.S
     63