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

/art/runtime/interpreter/mterp/mips/
H A Dheader.S239 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) define
244 * "_count" as you would for FETCH, and an additional 0/1 indicating which
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S246 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) define
251 * "_count" as you would for FETCH, and an additional 0/1 indicating which
600 FETCH(a1, 1) # a1 <- BBBB
618 FETCH(a1, 2) # a1 <- BBBB
619 FETCH(a0, 1) # a0 <- AAAA
651 FETCH(a3, 1) # a3 <- BBBB
666 FETCH(a3, 2) # a3 <- BBBB
667 FETCH(a2, 1) # a2 <- AAAA
702 FETCH(a1, 1) # a1 <- BBBB
722 FETCH(a
[all...]

Completed in 95 milliseconds