Searched defs:FETCH_B (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | header.S | 213 .macro FETCH_B reg, count, byte macro
|
/art/runtime/interpreter/mterp/arm/ |
D | header.S | 219 .macro FETCH_B reg, count, byte macro
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 247 #define FETCH_B(rd, _count, _byte) lbu rd, ((_count) * 2 + _byte)(rPC) macro
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm.S | 226 .macro FETCH_B reg, count, byte macro
|
D | mterp_arm64.S | 220 .macro FETCH_B reg, count, byte macro
|