Home | History | Annotate | Download | only in armv5te
      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 /*
     18  * Dalvik opcode list that uses additional templates to complete JIT execution.
     19  */
     20 #ifndef JIT_TEMPLATE
     21 #define JIT_TEMPLATE(X)
     22 #endif
     23 
     24 JIT_TEMPLATE(CMP_LONG)
     25 JIT_TEMPLATE(RETURN)
     26 JIT_TEMPLATE(INVOKE_METHOD_NO_OPT)
     27 JIT_TEMPLATE(INVOKE_METHOD_CHAIN)
     28 JIT_TEMPLATE(INVOKE_METHOD_PREDICTED_CHAIN)
     29 JIT_TEMPLATE(INVOKE_METHOD_NATIVE)
     30 JIT_TEMPLATE(CMPG_DOUBLE)
     31 JIT_TEMPLATE(CMPL_DOUBLE)
     32 JIT_TEMPLATE(CMPG_FLOAT)
     33 JIT_TEMPLATE(CMPL_FLOAT)
     34 JIT_TEMPLATE(MUL_LONG)
     35 JIT_TEMPLATE(SHL_LONG)
     36 JIT_TEMPLATE(SHR_LONG)
     37 JIT_TEMPLATE(USHR_LONG)
     38 JIT_TEMPLATE(THROW_EXCEPTION_COMMON)
     39 JIT_TEMPLATE(MEM_OP_DECODE)
     40 JIT_TEMPLATE(STRING_COMPARETO)
     41 JIT_TEMPLATE(STRING_INDEXOF)
     42 JIT_TEMPLATE(INTERPRET)
     43 JIT_TEMPLATE(MONITOR_ENTER)
     44 JIT_TEMPLATE(MONITOR_ENTER_DEBUG)
     45