Searched defs:FETCH_ADVANCE_INST (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/mips/
H A Dheader.S204 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \ define
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/
H A Dmterp_mips.S211 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \ define
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(
[all...]

Completed in 592 milliseconds