Home | History | Annotate | Download | only in armv5te
      1     /* (stub) */
      2     SAVE_PC_FP_TO_GLUE()            @ only need to export these two
      3     mov     r0, rGLUE               @ glue is first arg to function
      4     bl      dvmMterp_${opcode}      @ call
      5     LOAD_PC_FP_FROM_GLUE()          @ retrieve updated values
      6     FETCH_INST()                    @ load next instruction from rPC
      7     GET_INST_OPCODE(ip)             @ ...trim down to just the opcode
      8     GOTO_OPCODE(ip)                 @ ...and jump to the handler
      9