Searched refs:_count (Results 1 – 6 of 6) sorted by relevance
/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 231 .macro ADVANCE_PC _count argument 232 leaq 2*\_count(rPC), rPC 238 .macro ADVANCE_PC_FETCH_AND_GOTO_NEXT _count argument 239 ADVANCE_PC \_count
|
/art/runtime/interpreter/mterp/x86/ |
D | header.S | 246 .macro ADVANCE_PC _count argument 247 leal 2*\_count(rPC), rPC 253 .macro ADVANCE_PC_FETCH_AND_GOTO_NEXT _count argument 254 ADVANCE_PC \_count
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 261 #define FETCH_ADVANCE_INST(_count) \ argument 262 lhu rINST, ((_count)*2)(rPC); \ 263 addu rPC, rPC, ((_count) * 2) 270 #define PREFETCH_INST(_count) lhu rINST, ((_count)*2)(rPC) argument 273 #define ADVANCE(_count) addu rPC, rPC, ((_count) * 2) argument 290 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) argument 291 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC) argument 298 #define FETCH_B(rd, _count, _byte) lbu rd, ((_count) * 2 + _byte)(rPC) argument
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 268 #define FETCH_ADVANCE_INST(_count) \ argument 269 lhu rINST, ((_count)*2)(rPC); \ 270 addu rPC, rPC, ((_count) * 2) 277 #define PREFETCH_INST(_count) lhu rINST, ((_count)*2)(rPC) argument 280 #define ADVANCE(_count) addu rPC, rPC, ((_count) * 2) argument 297 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) argument 298 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC) argument 305 #define FETCH_B(rd, _count, _byte) lbu rd, ((_count) * 2 + _byte)(rPC) argument
|
D | mterp_x86_64.S | 238 .macro ADVANCE_PC _count argument 239 leaq 2*\_count(rPC), rPC 245 .macro ADVANCE_PC_FETCH_AND_GOTO_NEXT _count argument 246 ADVANCE_PC \_count
|
D | mterp_x86.S | 253 .macro ADVANCE_PC _count argument 254 leal 2*\_count(rPC), rPC 260 .macro ADVANCE_PC_FETCH_AND_GOTO_NEXT _count argument 261 ADVANCE_PC \_count
|