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

  /dalvik/vm/mterp/armv5te/
header.S 155 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]
    [all...]
InterpAsm-armv5te.S 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]
    [all...]
InterpAsm-armv7-a-neon.S 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]
    [all...]
InterpAsm-armv7-a.S 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]
    [all...]
InterpAsm-mips.S 101 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2)(rPC)
106 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC)
    [all...]
  /dalvik/vm/mterp/mips/
header.S 94 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2)(rPC)
99 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC)
  /dalvik/vm/compiler/template/mips/
header.S 168 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC)
173 #define FETCH_B(rd, _count) lbu rd, (_count * 2 + 1)(rPC)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 175 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC)
180 #define FETCH_B(rd, _count) lbu rd, (_count * 2 + 1)(rPC)
    [all...]

Completed in 59 milliseconds