HomeSort by relevance Sort by last modified time
    Searched defs:FETCH_ADVANCE_INST (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/mterp/mips/
header.S 204 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \
208 * The operation performed here is similar to FETCH_ADVANCE_INST, except the
216 * Similar to FETCH_ADVANCE_INST, but does not update rPC. Used to load
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 211 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \
215 * The operation performed here is similar to FETCH_ADVANCE_INST, except the
223 * Similar to FETCH_ADVANCE_INST, but does not update rPC. Used to load
572 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
584 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
602 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
620 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
640 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
655 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
670 FETCH_ADVANCE_INST(3) # advance rPC, load rINS
    [all...]

Completed in 114 milliseconds