HomeSort by relevance Sort by last modified time
    Searched refs:FETCH_INST (Results 1 - 17 of 17) sorted by null

  /dalvik/vm/mterp/armv5te/
stub.S 6 FETCH_INST() @ load next instruction from rPC
header.S 106 #define FETCH_INST() ldrh rINST, [rPC]
entry.S 74 FETCH_INST()
96 FETCH_INST() @ load rINST from rPC
footer.S 103 FETCH_INST()
177 FETCH_INST()
239 FETCH_INST()
271 FETCH_INST()
389 FETCH_INST()
    [all...]
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 26 FETCH_INST()
stub.S 10 FETCH_INST()
entry.S 60 FETCH_INST()
header.S 147 #define FETCH_INST() movzwl (rPC),rINST_FULL
footer.S 30 FETCH_INST()
191 FETCH_INST()
399 FETCH_INST()
  /dalvik/vm/mterp/x86-atom/
header.S 147 .macro FETCH_INST
261 * Macros pair attempts to speed up FETCH_INST, GET_INST_OPCODE and GOTO_OPCODE
276 * Macro pair attempts to speed up FETCH_INST, GET_INST_OPCODE and GOTO_OPCODE
330 * Macro pair attempts to speed up FETCH_INST, GET_INST_OPCODE and GOTO_OPCODE
346 * Attempts to speed up FETCH_INST, GET_INST_OPCODE using
399 * Attempts to speed up FETCH_INST, GET_INST_OPCODE, GOTO_OPCODE by using
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 154 #define FETCH_INST() movzwl (rPC),rINST_FULL
    [all...]
InterpAsm-armv4t.S 113 #define FETCH_INST() ldrh rINST, [rPC]
326 FETCH_INST()
348 FETCH_INST() @ load rINST from rPC
    [all...]
InterpAsm-armv5te-vfp.S 113 #define FETCH_INST() ldrh rINST, [rPC]
326 FETCH_INST()
348 FETCH_INST() @ load rINST from rPC
    [all...]
InterpAsm-armv5te.S 113 #define FETCH_INST() ldrh rINST, [rPC]
326 FETCH_INST()
348 FETCH_INST() @ load rINST from rPC
    [all...]
InterpAsm-armv7-a-neon.S 113 #define FETCH_INST() ldrh rINST, [rPC]
336 FETCH_INST()
358 FETCH_INST() @ load rINST from rPC
    [all...]
InterpAsm-armv7-a.S 113 #define FETCH_INST() ldrh rINST, [rPC]
336 FETCH_INST()
358 FETCH_INST() @ load rINST from rPC
    [all...]
InterpAsm-x86-atom.S 154 .macro FETCH_INST
268 * Macros pair attempts to speed up FETCH_INST, GET_INST_OPCODE and GOTO_OPCODE
283 * Macro pair attempts to speed up FETCH_INST, GET_INST_OPCODE and GOTO_OPCODE
337 * Macro pair attempts to speed up FETCH_INST, GET_INST_OPCODE and GOTO_OPCODE
353 * Attempts to speed up FETCH_INST, GET_INST_OPCODE using
406 * Attempts to speed up FETCH_INST, GET_INST_OPCODE, GOTO_OPCODE by using
    [all...]

Completed in 408 milliseconds