HomeSort by relevance Sort by last modified time
    Searched defs:FETCH_C (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/mterp/mips/
header.S 95 #define FETCH_C(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC)
100 #define FETCH_C(rd, _count) lbu rd, ((_count) * 2)(rPC)
  /dalvik/vm/compiler/template/mips/
header.S 169 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC)
174 #define FETCH_C(rd, _count) lbu rd, (_count * 2)(rPC)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 176 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC)
181 #define FETCH_C(rd, _count) lbu rd, (_count * 2)(rPC)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 102 #define FETCH_C(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC)
107 #define FETCH_C(rd, _count) lbu rd, ((_count) * 2)(rPC)
    [all...]

Completed in 178 milliseconds