Home
last modified time | relevance | path

Searched defs:FETCH (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/arm/
Dheader.S206 .macro FETCH reg, count macro
/art/runtime/interpreter/mterp/arm64/
Dheader.S200 .macro FETCH reg, count macro
/art/runtime/interpreter/mterp/mips/
Dheader.S290 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) macro
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S213 .macro FETCH reg, count macro
Dmterp_arm64.S207 .macro FETCH reg, count macro
Dmterp_mips.S297 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) macro